Oracle数据库的分页查询
程序员文章站
2022-05-17 22:18:12
...
比如有这么一个表
我想查出第3-6的数据
select * from(select t.*,rownum PR from emp t)where PR between 3 and 6;
也可以这样
select * from(select t.*,rownum PR from emp t)where PR>2 and PR<=6;
上一篇: 支付宝上线拼团 拼团价格堪比拼多多!