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: Uwe Schneider <us_at_webde-ag.de>
Date: Wed, 23 Aug 2000 09:31:03 +0200
Message-ID: <39A37DB7.B7CE7D56@webde-ag.de>

dewbow_at_my-deja.com wrote:
>
> 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.

You can use the ROWNUM pseudocolumn, but unfortunately you can only select WHERE ROWNUM < ??? (or <=).

-- 
Uwe Schneider - WEB.DE AG - Amalienbadstr. 41 - 76227 Karlsruhe 
Forschung & Entwicklung - Tel. (+49) 721 94329 832
"In a world without walls and fences, who needs windows and gates?"
Received on Wed Aug 23 2000 - 02:31:03 CDT

Original text of this message

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