牛客232538360号
牛客232538360号
全部文章
题解
归档
标签
去牛客网
登录
/
注册
牛客232538360号的博客
全部文章
/ 题解
(共1篇)
题解 | #统计每个学校各难度的用户平均刷题数#
方法一:三表join # select u.university, qd.difficult_level, count(qpd.question_id) / count(distinct(qpd.device_id)) as avg_answer_cnt # from # question_pra...
Mysql
2021-10-15
0
606