我想查询10条到20条的数据
注意:
1、大数在前,小数在后面
2、都是小于
(select * from testtable where rownum<20) minus (select * from testtable where rownum<10);
运行结果:
我想查询10条到20条的数据
注意:
1、大数在前,小数在后面
2、都是小于
(select * from testtable where rownum<20) minus (select * from testtable where rownum<10);
运行结果: