不好意思,没写完:
如:我要查询A表中的第50条到第100条记录,我用:
select * from A where rownum < 101
minus
select * from A where rownum < 51
但是这样效率很低,请问有什么比较好的办法?
谢谢了