日期:2014-05-16 浏览次数:20886 次
select class,student_no,(select count(*)+1 from 一个表 where class=a.class and scorre>a.scorre) as score_level from 一个表 a order by 1,3