题解 | #0级用户高难度试卷的平均用时和平均得分#

0级用户高难度试卷的平均用时和平均得分

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

select 
uid,
round(avg(case when score is null then 0 else score end)) as avg_score,
round(avg(case when score is null then duration else timestampdiff(minute,start_time,submit_time) end),1) as avg_time_took
from exam_record join examination_info using(exam_id)
                 join user_info        using(uid)
where level = 0 and difficulty = 'hard'
group by uid

这个题主要的就是case when的使用和格式调整

全部评论

相关推荐

勇敢的联想人前程似锦:如果我是你,身体素质好我会去参军,然后走士兵计划考研211只需要200多分。
点赞 评论 收藏
分享
helloWord大王:这时候hr来个转人工我就真绷不住了
点赞 评论 收藏
分享
点赞 评论 收藏
分享
3 收藏 评论
分享
牛客网
牛客企业服务