Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Simple SQL Question
What shall I add to the where clause to be able to get only the first 3 records?
select ename, sal
from emp
where <condition>
order by sal desc;
Thanks,
-Paulo
Received on Fri Apr 10 1998 - 22:11:07 CDT
![]() |
![]() |