2022年2月14日

mysql查询各种类前N条数据

摘要: 现有学生表,数据如下 scroces分数,grade为年级。先需要查询每个年级分数前一的学生详细数据 sql: select * from test.student as awhere (select count(1) from test.student b where a.grade = b.gr 阅读全文

posted @ 2022-02-14 10:16 沧海一目 阅读(173) 评论(0) 推荐(0)

导航