标签:
经过多次测试如下方法比较NB:
select * from (select A.*,Rownum RN from (select * from 表名 where 1 = 1 order by 排序字段 desc ) A where rownum <= 结束页数 ) where RN >= 开始页数
新人上路,各路大神请多多指教
oracle 高效分页
原文地址:http://www.cnblogs.com/jobyym/p/5278772.html