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

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

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

SELECT tag,difficulty,round((sum(score)-max(score)-min(score))/(count(1)-2),1) clip_avg_score from 
		(
		SELECT er.*,ei.tag,ei.difficulty,ei.release_time from exam_record er
		join examination_info ei on er.exam_id=ei.exam_id  WHERE tag='SQL' and difficulty='hard' )t1  
        where score is not null ;
		
直接不用group by语句了,因为已经限定了条件‘SQL’,这里为什么一定要加上‘hard’限定条件不是很理解,自己的mysql可以执行,这里无法通过

全部评论

相关推荐

牛客154160166号:9月底还给我发短信,好奇怪,我24届的
点赞 评论 收藏
分享
点赞 收藏 评论
分享
牛客网
牛客企业服务