题解 | #统计每个学校各难度的用户平均刷题数#

统计每个学校各难度的用户平均刷题数

http://www.nowcoder.com/practice/5400df085a034f88b2e17941ab338ee8

等值连接

    university,
    difficult_level,
    count(qpd.question_id)/count(distinct qpd.device_id) as avg_answer
from 
question_practice_detail as qpd
,user_profile as up 
,question_detail as qd
where qd.question_id = qpd.question_id
and up.device_id = qpd.device_id

group by university, difficult_level
全部评论

相关推荐

04-29 18:07
常州大学 Java
寂静羽翼:兄弟我已经亲身经历了,双非没实习很多大厂还是会给笔试的,可是有的公司笔试做的好也不给面一直卡着,ssob基本看我没实习都拒绝我了,但是每天投满偶尔也能有一两场初创公司的面试,但是薪资基本在五六千
点赞 评论 收藏
分享
评论
点赞
收藏
分享

创作者周榜

更多
牛客网
牛客企业服务