blob: f76f8e1aa408753cc09c3d50e130fcb6cbde30bb [file]
-- DRILL-3211 (requires group by)
select sum(a2), sum(a2) over(partition by b2) from t2 group by b2;