Re: SQL statement question
From: Adam <ask_at_me.spam>
Date: Sat, 21 Jul 2001 21:54:52 GMT
Message-ID: <yKIX6.93$js5.7816_at_news.get2net.dk>
Date: Sat, 21 Jul 2001 21:54:52 GMT
Message-ID: <yKIX6.93$js5.7816_at_news.get2net.dk>
SELECT foo FROM bar WHERE rownum <= 50;
Chill
Adam
"Nicholas Mudie" <nmudie_at_chello.com> wrote in message
news:JAIX6.100067$2f1.6172213_at_amsnews02.chello.com...
> Hello,
>
> I want to return the first 50 rows of my sql statement results. How do I
do
> this???
>
> I have hundreds of rows that are resturned in my CGI script but I only
want
> 50 per page.
>
> Cheers,
> Nicholas Mudie
> CHELLO BROADBAND
>
>
>
Received on Sat Jul 21 2001 - 23:54:52 CEST