select_having_no_from.sql 68 B

123
  1. --!syntax_pg
  2. select 1 having count(*)=0;
  3. select 2 having count(*)=1;