1 2 3 4 5 6 7 8
--!syntax_pg select x, count(*) from ( select '+0.0'::float8 as x union all select '-0.0'::float8 as x ) a group by x