COUNT(【Shift+8】):统计表中元组个数;
方法一 select max(gpa) gpa from user_profile WHERE university='复旦大学'
方法二 select gpa from user_profile WHERE university='复旦大学' order by gap desc limit 1
COUNT(【Shift+8】):统计表中元组个数;
方法一 select max(gpa) gpa from user_profile WHERE university='复旦大学'
方法二 select gpa from user_profile WHERE university='复旦大学' order by gap desc limit 1