as_tuple.sql 69 B

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