题解 | #考试分数(五)#

考试分数(五)

http://www.nowcoder.com/practice/b626ff9e2ad04789954c2132c74c0512

select id,job,score,t_rank
from (select ,row_number()over(partition by job order by score desc) t_rank,
count(
)over(partition by job) n
from grade) a
where t_rank >= n/2 and t_rank <= (n/2+1)
order by id;

全部评论

相关推荐

评论
1
收藏
分享

创作者周榜

更多
牛客网
牛客网在线编程
牛客网题解
牛客企业服务