max(gpa) as max_gpa // max(字段or列名称)as 新的字段名称
from
  user_profile
where
  university = '复旦大学'