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