select round(max(gpa),1) from user_profile where university = "复旦大学"

select round(gpa,1)

from user_profile

where university = "复旦大学"

order by gpa DESC

limit 1