aggregate_minus_zero.sql 96 B

123456
  1. --!syntax_pg
  2. select x, count(*)
  3. from (
  4. select f::float8 as x from plato."InputZ"
  5. ) a
  6. group by x