select * from table
where mark >= (SELECT DISTINCT(mark) FROM te ORDER BY mark desc LIMIT 2,1)
查询的结果如图:
本文标题:Mysql统计全班成绩的前三名
本文链接:https://www.haomeiwen.com/subject/kinctqtx.html
网友评论