![]() |
|||
|
|
|||
|
||||||||||||||||||||||||||||||
|
|
|
Looking for the original pages? (formerly called "Morgan's Library") You can find them here.
Term: ROWNUM
Definition: Note that a ROWNUM is not data in the database or table. It has no relationship to anything in the database, including tables, tablespaces, data files, or to the order in which a row is inserted into a table. A ROWNUM is the number of a row selected from a table and will change depending on the order in which rows are selected. Example Usage: The SQL query below uses ROWNUM to retrieve only the first 4 records from the EMP table: SELECT ROWNUM, DEPTNO, ENAME, SAL FROM EMP Related Links: |
| Home : Code Library : Sponsors : Privacy : Terms of Use : Contact Us | 490 users online © 2009 psoug.org |