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

考试分数(四)

http://www.nowcoder.com/practice/502fb6e2b1ad4e56aa2e0dd90c6edf3c

select t.job, case when t.num%2=0 then round(t.num/2,0) else round((t.num+1)/2,0) end 'start', case when t.num%2=0 then round(t.num/2+1,0) else round((t.num+1)/2,0) end 'end' from (select job,count(score) num from grade group by job)t order by t.job

全部评论

相关推荐

有担当的灰太狼又在摸鱼:零帧起手查看图片
点赞 评论 收藏
分享
评论
点赞
收藏
分享

创作者周榜

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