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