select_agg_expr_having.sql 76 B

12345
  1. --!syntax_pg
  2. select 1
  3. from (values (1),(1)) a(x)
  4. group by x+1
  5. having x+1=2