題解 | #查找GPA最高值#
查找GPA最高值
http://www.fangfengwang8.cn/practice/4e22fc5dbd16414fb2c7683557a84a4f
Select round(max(gpa),1) from user_profile where university = '復(fù)旦大學(xué)'
沒能想到聚合函數(shù)
查找GPA最高值
http://www.fangfengwang8.cn/practice/4e22fc5dbd16414fb2c7683557a84a4f
Select round(max(gpa),1) from user_profile where university = '復(fù)旦大學(xué)'
沒能想到聚合函數(shù)
相關(guān)推薦