lag(字段名称,偏移量,默认值) 向上偏移 后两个参数可以省略 默认为1 和 null
lead 语法相同 向下偏移
lag/lead() over (partition by order by )