User Tools

Site Tools


database:oracle:limit-rows

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
database:oracle:limit-rows [2018/03/04 20:00] odeftadatabase:oracle:limit-rows [2023/07/04 19:36] (current) – external edit 127.0.0.1
Line 1: Line 1:
 ====== Limit returned rows (Oracle 12) ====== ====== Limit returned rows (Oracle 12) ======
- 
 <code sql> <code sql>
 select e.employee_id from employees e FETCH first 10 rows only select e.employee_id from employees e FETCH first 10 rows only
 </code> </code>
- +\\ EMPLOYEE_ID                                                                                                                              
-EMPLOYEE_ID +
-----                                                                                                                              +
 \\ 100                                                                  \\ 100                                                                 
 \\ 101                                                                      \\ 101                                                                     
database/oracle/limit-rows.1520186411.txt.gz · Last modified: 2023/07/04 19:36 (external edit)