Sign in
apache
/
drill
/
6254eb66e747bb445fd815edc1a30bd1114f26f0
/
.
/
exec
/
java-exec
/
src
/
test
/
resources
/
window
/
lead.pby.oby.sql
blob: ac53133aa659b4f02b5dbac2825eb97da36aa0e6 [
file
]
select
lead
(
line_no
)
over
(
partition
by
position_id
order
by
sub
,
employee_id
)
as
`
lead
`
from
dfs
.`
window
/
b4
.
p4
`