Row limiting clause - FETCH FIRST in SQL Developer tool

728 Views Asked by At

When i tried to execute this statement:

 select salary,DEPARTMENT_ID from  EMPLOYEES  order by 1 fetch first 15 rows only;

I got an error as follows:

ORA-00933: SQL command not properly ended

I executed this in SQL Developer (17.3.1), if that matters.

0

There are 0 best solutions below