nth.sql 72 B

123
  1. $data = [<|x:(1,'foo')|>,<|x:null|>];
  2. select x.1 from as_table($data);