题解 | #统计复旦用户8月练题情况#

统计复旦用户8月练题情况

https://www.nowcoder.com/practice/53235096538a456b9220fce120c062b3

select u.device_id, u.university, 
    count(q.question_id) as question_cnt,
    sum(q.number) as right_question_cnt
from(
    select device_id, university from user_profile 
    where university = '复旦大学') as u
left join(
        select device_id, question_id ,
         case 
           when result = 'wrong' or result is null then 0
           when result ='right' then 1
         end as number
        from question_practice_detail 
        where month(date) = 8
    ) as q
    on u.device_id = q.device_id
group by u.device_id

#sql练习日常#
全部评论

相关推荐

11-21 11:26
已编辑
门头沟学院 前端工程师
Apries:这个阶段来说,很厉害很厉害了,不过写的简历确实不是很行,优势删掉吧,其他的还行
点赞 评论 收藏
分享
一颗宏心:华为HR晚上过了十二点后还给我法消息。
点赞 评论 收藏
分享
点赞 收藏 评论
分享
牛客网
牛客企业服务