Chenlang
Chenlang
全部文章
分类
归档
标签
去牛客网
登录
/
注册
Chenlang的博客
全部文章
(共1篇)
题解 | #统计每个学校各难度的用户平均刷题数#
select up.university, qd.difficult_level, round(count(qpd.question_id)/count(distinct up.device_id),4) as avg_answer_cnt from user_profile as up join...
2024-11-06
1
32