题解 | 验证刷题效果,输出题目真实通过率

select
    user_id,
    count(distinct if (result_info = 1, question_id, null)) / count(distinct question_id) as question_pass_rate,
    count(if (result_info = 1, question_id, null)) / count(done_time) as pass_rate,
    count(done_time) / count(distinct question_id) as question_per_cnt
from
    done_questions_record
group by
    user_id
having
    question_pass_rate > 0.6

全部评论

相关推荐

03-27 01:58
已编辑
西北工业大学 Java
在平静中度过当下:如果这个bg也简历挂的话可能他们现在不缺人了吧,我也是这两天投的,阿里和快手投的岗都是简历秒挂
点赞 评论 收藏
分享
评论
点赞
收藏
分享

创作者周榜

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