Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: How can I select several result

Re: How can I select several result

From: Yong <yhuang_at_indigopool.com>
Date: Fri, 25 Aug 2000 09:09:40 -0500
Message-ID: <8o5uu5$8ko$1@news.sinet.slb.com>

Are you talking about something like this:

select * from mytable where rownum < 100;

Yong Huang
yhuang_at_indigopool.com

<dewbow_at_my-deja.com> wrote in message news:8nvcg4$30b$1_at_nnrp1.deja.com...
> It's kown that we can use limit in MySQL so it's easy for us to show
> several information from select result. We can use this: select items
> from table where condition limit <start>,<records> in MySQL. How to
> realize this function in ORACLE.
>
>
> Sent via Deja.com http://www.deja.com/
> Before you buy.
Received on Fri Aug 25 2000 - 09:09:40 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US