blob: acec90570cc63bde9e47619f7e7e3874b7dbd005 [file] [log] [blame]
select count(distinct c_bigint), sum(c_bigint), round(avg(c_bigint)) from alltypes_with_nulls group by c_varchar,c_integer,c_bigint order by c_varchar,c_integer,c_bigint;