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

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

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

select
  a.device_id,
  a.university,
  coalesce(count(b.question_id),0) as question_cnt,
  coalesce(count(if(b.result = 'right', b.question_id, null)),0) as right_question_cnt
from
  user_profile a
  left join question_practice_detail b on a.device_id = b.device_id
where
  a.university = '复旦大学'
  and (b.date between '2021-08-01' and '2021-08-31' or b.date is null)
group by
  a.device_id,
  a.university

注意:如果没有or b.date is null 这个条件,8月份没有刷过题的用户不会显示。也可以在count里加条件。

全部评论

相关推荐

10-24 13:36
门头沟学院 Java
Zzzzoooo:更新:今天下午有hr联系我去不去客户端,拒了
点赞 评论 收藏
分享
拒绝无效加班的小师弟很中意你:求职意向没有,年龄、课程冗余信息可以删掉,需要提升项目经历。排版需要修改。
点赞 评论 收藏
分享
点赞 收藏 评论
分享
牛客网
牛客企业服务