foxmo
foxmo
题解
题解 | #分组计算练习题#
全部文章
题解
归档
标签
去牛客网
登录
/
注册
题解 | #分组计算练习题#
306 浏览
0 回复
2021-12-04
foxmo
+关注
分组计算练习题
http://www.nowcoder.com/practice/009d8067d2df47fea429afe2e7b9de45
select gender,university,count(id) as user_num,avg(active_days_within_30) as avg_action_day,avg(question_cnt) as avg_question_cnt
from user_profile
group by university,gender;
Mysql
举报
收藏
赞 1
评论加载中...