题解 | #查找GPA最高值#
查找GPA最高值
https://www.nowcoder.com/practice/4e22fc5dbd16414fb2c7683557a84a4f
#法1 select gpa from user_profile where university='复旦大学' order by gpa desc limit 1 #法2 select max(gpa) from user_profile where university='复旦大学'
查找GPA最高值
https://www.nowcoder.com/practice/4e22fc5dbd16414fb2c7683557a84a4f
#法1 select gpa from user_profile where university='复旦大学' order by gpa desc limit 1 #法2 select max(gpa) from user_profile where university='复旦大学'
相关推荐
xiaowl:你这个简历的问题是对于技术点、项目的描述,都是描述action的,对于面试官而言,仅能知道你干了什么,无法判断你为什么这么干,干的好不好。