aboutsummaryrefslogtreecommitdiffstats
path: root/yql/essentials/tests/sql/suites/pg/sublink_having_exists.sql
blob: cea23512c9d30298621561b0487f71a3e9d6d7a1 (plain) (blame)
1
2
3
--!syntax_pg
select 1 from (select 1 as x) a having exists (select 1,2);
select 1 from (select 1 as x) a having exists (select 1,2 limit 0);