sublink_having_expr.sql 73 B

12
  1. --!syntax_pg
  2. select 1 from (select 1 as x) a having min(x) = (select 1);