blob: 553e879dda01b837234c3e313509775b96121b12 [file] [log] [blame]
-- with avg
select a1, count(distinct a1), avg(a1) from t1 group by a1;