题解 | #得分不小于平均分的最低分#

得分不小于平均分的最低分

http://www.nowcoder.com/practice/3de23f1204694e74b7deef08922805b2


select 
    min(score)
from (
    select 
        score,
        avg(score) over() as average,
        (score - avg(score) over()) as min_score_over_avg
    from (select exam_id, tag from examination_info where tag='SQL') a 
    inner join (select * from exam_record where score is not null) b
    on a.exam_id =b.exam_id ) c
where min_score_over_avg >= 0


全部评论

相关推荐

07-09 15:55
门头沟学院 Java
点赞 评论 收藏
分享
07-10 12:17
已编辑
商丘师范学院 Java
后来123321:别着急,我学院本大二,投了1100份,两个面试,其中一个还是我去线下招聘会投的简历,有时候这东西也得看运气
无实习如何秋招上岸
点赞 评论 收藏
分享
评论
点赞
收藏
分享

创作者周榜

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