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