User Tools

Site Tools


database:oracle:limit-rows

This is an old revision of the document!


Limit returned rows (Oracle 12)

SELECT e.employee_id FROM employees e FETCH FIRST 10 ROWS ONLY


EMPLOYEE_ID
100
101
102
103
104
105
106
107
108
109

database/oracle/limit-rows.1520186446.txt.gz · Last modified: 2023/07/04 19:36 (external edit)