获取学生最高的分数信息

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
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-01-08
  • 2022-12-23
  • 2021-09-24
  • 2021-08-04
相关资源
相似解决方案