Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Limiting the resultset returned from a SELECT to the first N rows?
I would like to write a SELECT statement and limit the number of returned rows. Something like
SELECT * FROM tbl ORDER BY amount TOP 10
Is this possible?
Michael G. Schneider
mgs_software_at_compuserve.com Received on Tue Oct 28 1997 - 00:00:00 CST
![]() |
![]() |