日期:2014-05-18 浏览次数:20616 次
select * from (select *,(Row_Number() over(order by id)) as rownum from R_ExamOptions)t where 1=1 and rownum=3