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