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

Home -> Community -> Usenet -> c.d.o.misc -> Re: Limiting a Select statement

Re: Limiting a Select statement

From: Wil <vousave_at_deja.com>
Date: Thu, 16 Mar 2000 15:36:21 GMT
Message-ID: <Vb7A4.22881$jz1.218589@typhoon.chello.nl>


A colleague helped me out.
It should have been sth like
Select * from .. where (condition) AND ROWNUM < 16 to get the first 15 rows.

--
Wil Received on Thu Mar 16 2000 - 09:36:21 CST

Original text of this message

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