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

考试分数(四)

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

全部评论

相关推荐

JamesGosling1:同一个公司的实习为什么写三次,就算是不同的小组的话,直接写一段要好点吧
点赞 评论 收藏
分享
点赞 评论 收藏
分享
评论
点赞
收藏
分享

创作者周榜

更多
牛客网
牛客企业服务