题解 | #查找GPA最高值#
查找GPA最高值
https://www.nowcoder.com/practice/4e22fc5dbd16414fb2c7683557a84a4f
//max() 为sql函数 返回该字段最大的值 只返回一个值 // 执行顺序 先执行 全表查询 然后再执行where条件 最后在执行select select max(gpa) from user_profile where university="复旦大学"
查找GPA最高值
https://www.nowcoder.com/practice/4e22fc5dbd16414fb2c7683557a84a4f
//max() 为sql函数 返回该字段最大的值 只返回一个值 // 执行顺序 先执行 全表查询 然后再执行where条件 最后在执行select select max(gpa) from user_profile where university="复旦大学"
相关推荐