阅读背景:

sql语句 求每学科前两名

来源:互联网 

select * from class a where id in (select top 2 id from class where subject= a.subject order by point desc) order by subject,point descselect * from class a where id in (select top 2




你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: