select_agg_qstar.sql 71 B

1234
  1. --!syntax_pg
  2. select 1,a.* from
  3. (values (1,2,3)) a(x,y,z)
  4. group by x,y,z