首页
新闻
博问
专区
闪存
班级
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
Alvin
博客园
首页
新随笔
联系
订阅
管理
2015年12月31日
sql
摘要: select * from ( SELECT empid,salary, row_number() OVER (partition by deptid ORDER BY salary desc) rank FROM employee ) where rank =1 create table empl
阅读全文
posted @ 2015-12-31 18:59 Alvin
阅读(172)
评论(0)
推荐(0)
编辑