标签:rownum inf where ble png 技术 code ora ima
我想查询10条到20条的数据
注意:
1、大数在前,小数在后面
2、都是小于
(select * from testtable where rownum<20) minus (select * from testtable where rownum<10);
运行结果:
标签:rownum inf where ble png 技术 code ora ima
原文地址:https://www.cnblogs.com/xbxxf/p/11276109.html