aboutsummaryrefslogtreecommitdiffstats
path: root/yql/essentials/tests/sql/suites/pg/select_having_no_from.sql
blob: b12c6fca4d9bf4bf75b2f45d9076b3c22c5253bc (plain) (blame)
1
2
3
--!syntax_pg
select 1 having count(*)=0;
select 2 having count(*)=1;