member.sql 80 B

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