blob: 4d2452ec9813bf60f7b3269761db6836b2c07704 [file] [log] [blame]
select count(distinct c_float), max(c_float), min(c_float) from alltypes_with_nulls group by c_date,c_time order by c_date,c_time;