sublink_having_exists.sql 141 B

123
  1. --!syntax_pg
  2. select 1 from (select 1 as x) a having exists (select 1,2);
  3. select 1 from (select 1 as x) a having exists (select 1,2 limit 0);