Summary_Oracle lag()/lead() over()分析函数

--lead函数是按id倒序排序把下一行的age记录显示在当前行的列lag,为null显示null with tmp as(         select '1' id ,'aa' name ,'22' age from dual union all         select '2' id ,'bb' name ,'20' age from dual union all         sel
相关文章
相关标签/搜索