blob: 6f90393eea11facb80791d2ed9602e74443d0af4 [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 order by c_date,c_time,c_timestamp,c_boolean;