Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: select the first ten row
You can use
SELECT column FROM table WHERE rownum < 11;
Alex <cscywong_at_ug.cs.ust.hk> escribió en artÃculo
<Pine.SUN.3.95.970210192124.7015C-100000_at_csl3su41.cs.ust.hk>...
> Hi,
> How can I select the first ten row of a table in a efficiency way?
>
>
Received on Mon Feb 17 1997 - 00:00:00 CST
![]() |
![]() |