blob: 6868601270434acd57d3350540cd6c8da3e01670 [file] [log] [blame]
-- with sum
select a1, count(distinct a1), sum(a1) from t1 group by a1;