日期:2014-05-16 浏览次数:20429 次
sql1:select * from (select t.*,rownum rn from XXX t)where rn>0 and rn <10; sql2:select * from (select t.*,rownum rn from XXX t where rownum <10)where rn>0;