#不解释
select "总体" as university ,sum(age)/count(*) avg_age,sum(gpa)/count(*) avg_gpa from user_profile 
union all
select university,sum(age)/count(*) avg_age,sum(gpa)/count(*) avg_gpa from user_profile group by university