blob: 143873faf6bd5395c945be4151f1e871149d9769 [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 order by c_date,c_time,c_timestamp,c_boolean,c_varchar;