eval_extract.sql 201 B

1234
  1. /* syntax version 1 */
  2. /* postgres can not */
  3. $list = AsList(AsStruct(1 as One, "2" as Two), AsStruct(3 as One, "4" as Two));
  4. SELECT ListExtract($list, CAST(Unicode::ToUpper("o"u) AS String) || "ne");