select_agg_star.sql 67 B

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