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