题解 | #查找GPA最高值#
查找GPA最高值
https://www.nowcoder.com/practice/4e22fc5dbd16414fb2c7683557a84a4f
select format(max(gpa),1) from user_profile where university like '复旦%';
查找GPA最高值
https://www.nowcoder.com/practice/4e22fc5dbd16414fb2c7683557a84a4f
select format(max(gpa),1) from user_profile where university like '复旦%';
相关推荐