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