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 -> scrolling through tables

scrolling through tables

From: Herbert <herbs_at_worldonline.nl>
Date: Wed, 13 May 1998 12:19:58 +0200
Message-ID: <6jbs4s$rl1$1@news2.xs4all.nl>


While building an application i am experiencing the following problem:

I want to select an 'window' from a selection from a table, in order to scroll through a table with increments of say 10 records at a time. A very simplistic view to this problem is:

select * from table where rownum >10 and rownum < 20;

this however won't work according to the oracle docs.

Anyone got a suggestion?

herbert_at_veronica.nl Received on Wed May 13 1998 - 05:19:58 CDT

Original text of this message

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