题解 | #SQL类别高难度试卷得分的截断平均值#

SQL类别高难度试卷得分的截断平均值

https://www.nowcoder.com/practice/a690f76a718242fd80757115d305be45

select
    tag,
    difficulty,
    round(((sum(score) - max(score) - min(score)) / (count(if(score is not null, er.id, null)) - 2)), 1) as clip_avg_score
from
    exam_record er
left join
    examination_info ei on er.exam_id = ei.exam_id
where
    tag = 'SQL'
    and difficulty = 'hard'

全部评论

相关推荐

03-13 21:15
江南大学 Java
多少分能进面啊?卡测评吗?做的我道心破碎了💔
小南瓜_66:A3 第四道题为什么用例过了 结果显示0%
投递携程等公司10个岗位 > 携程求职进展汇总
点赞 评论 收藏
分享
评论
点赞
收藏
分享

创作者周榜

更多
牛客网
牛客企业服务