Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> SQL Question.
Hello,
I wonder if there is a way to select, for instance, the last 10 rows of a table. I know that i can select the first 10 rows by:
SELECT *
FROM CUSTOMERS
WHERE ROWNUM<10;
Thanks in advance.
Roberto Pérez Lita.
Received on Fri Jun 11 1999 - 01:45:51 CDT
![]() |
![]() |