blob: 79a7cc6c2ec30e1728406dbc40dc4fb9b451a138 [file] [log] [blame]
select count(distinct c_integer), max(c_integer), min(c_integer) from alltypes_with_nulls group by c_date,c_time,c_timestamp order by c_date,c_time,c_timestamp;