blob: c9ab0daff4e791cec64cf45ee11717eadf830080 [file] [log] [blame]
-- DRILL-3359
select sum(salary) over(partition by position_id order by salary rows between unbounded preceding and current row) from cp.`employee.json`;