opt_column_subset.sql 162 B

123456
  1. /* syntax version 1 */
  2. /* postgres can not */
  3. pragma EmitAggApply;
  4. $x = select * from as_table([<|x:1,y:2,z:3|>, <|x:4,y:5,z:6|>]);
  5. select count(x + y) from $x;