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