[SQL] rownum oracle

楼主: opu456 (....)   2018-10-27 01:45:50
select * from table where (10<rownum and rownum<20)
我知道上面这式子无法得到rownum 11-19的table
但不知道怎么写才能得出想要的结果
查了网络上说用子查询
知道子查询是什么 但还是想不出怎么写
所以想问大家
谢谢
作者: cp83611   2018-10-27 13:17:00
不专业写法,供参考SELECT * FROM (SELECT rownum aa,t.* FROM table t)WHERE aa between 11 and 19
楼主: opu456 (....)   2018-10-28 00:05:00
感谢!成功了!

Links booklink

Contact Us: admin [ a t ] ucptt.com