select max(gpa) as gpa #as是给计算列重新命名,如果没有用as,则直接命名为max(gpa) from user_profile where university="复旦大学"
暂无评论,快来抢首评~
相关推荐