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