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

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

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

select a.device_id,a.university,count(b.question_id) question_cnt,count(b.result = 'right' or null) right_question_cnt
from (select * from user_profile where university = '复旦大学') a
left join (select * from question_practice_detail where date like '%-08-%') b
on a.device_id = b.device_id
group by a.device_id,a.university

count(b.result = 'right' or null)不太清楚为什么要加上or null

全部评论

相关推荐

不愿透露姓名的神秘牛友
11-27 10:52
点赞 评论 收藏
分享
accaacc:2到4k,不是2k到4k,所以年薪是30块
点赞 评论 收藏
分享
评论
点赞
收藏
分享
牛客网
牛客企业服务