Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: HELP !!!!
Ulrik Hoffmann wrote:
>
> > Hello ,
> > I want the 100 first record of a SQL request with Oracle 8.0.5 with VB5
> W95
> > TOP don't work !
>
> Hi,
> try this:
>
> select * from MyTable where rownum <=100
>
> Bye
> Uli
This gets you 100 rows but not necessarily the "top" 100 rows (dependent of course on what the original poster meant by "top") --
"Some days you're the pigeon, and some days you're the statue." Received on Sat Jul 03 1999 - 05:14:09 CDT
![]() |
![]() |