aboutsummaryrefslogtreecommitdiffstats
path: root/yql/essentials/tests/sql/suites/pg/aggregate_minus_zero.sql
blob: b4738cf99c754fac3650a8b733ef973a35b46e00 (plain) (blame)
1
2
3
4
5
6
--!syntax_pg
select x, count(*)
from (
select f::float8 as x from plato."InputZ"
) a
group by x