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