SQL16_查找GPA最高值

参考答案

select round(max(gpa), 1) as gpa 
from user_profile
where university = '复旦大学';

 总结

round函数了解一下

没仔细阅读题目,忽略了条件,浪费了一些时间,下回注意。

posted @ 2022-10-26 21:23  莫提默  阅读(19)  评论(0编辑  收藏  举报