CodePudding
Home
front end
Back-end
Net
Software design
Enterprise
Blockchain
Mobile
Software engineering
database
OS
other
Home
>
database
> Oracle's paging
Oracle's paging
Time:11-08
Query use rownum pseudo column
Select * from (select rownum rn, empno from emp where rownum & lt; 9) where rn & gt; 4.
CodePudding user response:
It is ok to write a select use rownum between o
Page link:
https//www.codepudding.com/database/78850.html
Prev:
The value of the partition in the hive a list also are needed to determine how to implement
Next:
Consult the cursor circle insert grammar problems
Tags:
The base class
Related
Links:
CodePudding