select a.class,a.score from student a where (select count(*) from student where class=a.class and a.score<score)<3 order by a.class,a.score desc; 相关文章: 2022-01-01 2021-11-01 2021-12-05 2022-12-23 2022-12-23 2022-01-13