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

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

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

select uid,round(avg(score),0) as avg_score,
       round(avg(time_took),1) as  avg_time_took
from (
    select t1.uid,
           coalesce(timestampdiff(minute,start_time,submit_time),duration) as time_took,
           coalesce(score,0) as score
    from user_info t1
    join exam_record t2 on t1.uid = t2.uid
    join examination_info t3 on t2.exam_id = t3.exam_id
    where level = 0 and difficulty = 'hard'
    ) t
group by uid

全部评论

相关推荐

点赞 评论 收藏
分享
点赞 评论 收藏
分享
Rena1ssanc...:对的,要是面评没太烂,勤更新简历等捞就行了,腾讯可以无限复活
点赞 评论 收藏
分享
水墨不写bug:疑似没有上过大学
点赞 评论 收藏
分享
评论
1
收藏
分享

创作者周榜

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