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: SELECT second 25 records

Re: SELECT second 25 records

From: Maiko <maiko_at_dds.nl>
Date: Wed, 04 Aug 1999 07:37:10 GMT
Message-ID: <37a7ed7e.9362973@news.cistron.nl>


select naam from (
select rownum a,naam from ckv_themas)
where a between 1 and 25
/

did this for me on the first 25,

just replace
where a between 1 and 25 with values 26 and 50 or something

On Tue, 3 Aug 1999 16:01:09 -0500, "Khal" <elsawi_at_xsimple.com> wrote:

>I'm looking for a way to select the second group of 25 matches in a select
>statement.
>
>Any Ideas?
>
>Khal
>
Received on Wed Aug 04 1999 - 02:37:10 CDT

Original text of this message

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