select round(max(gpa),1)//max() 求最大值。round(哪个值,小数点保留几位):四舍五入函数 from user_profile where university = '复旦大学';