select_agg_expr_projection.sql 65 B

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