Sign in
apache
/
druid
/
HEAD
/
.
/
sql
/
src
/
test
/
resources
/
drill
/
window
/
queries
/
negative
/
q22.sql
blob: 81621d40e9ed1a07013c0062f6efff4bc55f23c0 [
file
]
-- DRILL-3359
select
avg
(
salary
)
over
(
partition
by
position_id
order
by
salary
rows
between
1
preceding
and
1
following
)
from
cp
.`
employee
.
json
`;