blob: e7a4435057f40772fb907173dbbc12dc5cce5763 [file] [log] [blame]
select count(distinct c_float), max(c_float), min(c_float) from alltypes_with_nulls group by c_date,c_time,c_timestamp,c_boolean,c_varchar,c_integer,c_bigint order by c_date,c_time,c_timestamp,c_boolean,c_varchar,c_integer,c_bigint;