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