摘要:
--方法一: select a.id,a.SName,a.ClsNo,a.Score from Table1 a left join Table1 b on a.ClsNo=b.ClsNo and a.Score(select count(*) from Table1 where ClsNo=a.ClsNo and Score>a.Score) order by a.ClsNo... 阅读全文
posted @ 2017-10-10 15:49
依然是等待
阅读(663)
评论(0)
推荐(0)