摘要:
1.--dense_rank()分析函数(查找每个部门工资最高前三名员工信息) select * from (select deptno,ename,sal,dense_rank() over(partition by deptno order by sal desc) a from scott.e 阅读全文
posted @ 2016-12-16 11:20
阿玛
阅读(254)
评论(0)
推荐(0)
摘要:
共享 kds it分享 http://club.pchome.net/t_9069179.html 阅读全文
posted @ 2016-12-16 11:05
阿玛
阅读(98)
评论(0)
推荐(0)