输入banner图图片脚本导航/分类

oracle 高效分页

经过多次测试如下方法比较NB:

             select * from (select A.*,Rownum RN from (select * from 表名 where 1 = 1  order by 排序字段 desc ) A where rownum <=   结束页数 ) where RN >=  开始页数

 

新人上路,各路大神请多多指教

oracle 高效分页

标签: