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