摘要: 结论:方案二以不大的优势胜出,推荐使用如下SQL进行传统分页: select * from (select tta.*,rownum as rn from ( your biz sql ) tta where rownum<=【end】 ) ttb where ttb.rn>【start】 至此,伸 阅读全文
posted @ 2021-12-31 19:12 逆火狂飙 阅读(283) 评论(0) 推荐(0)
摘要: 先把结论抛出来: select * from (select tta.*,rownum as rn from ( select * from emp7 order by name ) tta where rownum<=【end】 ) ttb where ttb.rn>【start】 说明: 绿色部 阅读全文
posted @ 2021-12-31 06:38 逆火狂飙 阅读(50) 评论(0) 推荐(0)
生当作人杰 死亦为鬼雄 至今思项羽 不肯过江东