Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> selecting only 10 rows
Does anyone know how to limit the number of rows returned from a select
statement? I have 5000 rows in a table and just want to grab the first 10
to look at a sample of them. I thought ROWId would do it but it doesn't
seem to work. SQLSERVER uses set rowcount = 10.
Received on Thu Jan 07 1999 - 19:28:48 CST
![]() |
![]() |