Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> How to get the first 15 records of an Oracle query ?
I wonder if it is possible in SQL Oracle to get the first 15 records
for a query?
With MS-Access, it's as simple as :
SELECT TOP 15 FROM TABLE; Thanks for your help.
Albert Received on Wed Sep 23 1998 - 08:09:01 CDT
![]() |
![]() |