blob: dd776a9db23ed0adf8130996551c6359a411401a [file] [log] [blame]
select
lag(line_no) over(order by sub, employee_id) as `lag`
from dfs.`window/b4.p4`