这需要用到高级函数,max函数是从一个表的字段中取出最大的那个数字返回。

注意,这个复旦大学的限制条件。

select max(gpa) from user_profile where university = '复旦大学';