获取学生最高的分数信息 select * from scores a where not exists(select * from scores b where and a.score>v_b.score and a.name=b.name) 相关文章: 2023-03-17 2022-12-23 2021-10-13 2021-10-25 2022-12-23 2021-07-03 2022-03-01