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