Sign in
apache
/
druid
/
HEAD
/
.
/
sql
/
src
/
test
/
resources
/
drill
/
window
/
queries
/
negative
/
q14.sql
blob: c9ab0daff4e791cec64cf45ee11717eadf830080 [
file
]
-- DRILL-3359
select
sum
(
salary
)
over
(
partition
by
position_id
order
by
salary
rows
between
unbounded
preceding
and
current
row
)
from
cp
.`
employee
.
json
`;