select gender,university, round(count(*),1) user_num, round(avg(active_days_within_30),1) avg_active_day, round(avg(question_cnt),1) avg_question_cnt from user_profile group by university,gender; [[TOC]] 这里写自定义目录标题