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 -> select at offset

select at offset

From: Matthias Leonhardt <i7lema_at_rz.uni-jena.de>
Date: Tue, 16 Apr 2002 15:49:12 +0200
Message-ID: <3CBC2BD8.5040204@rz.uni-jena.de>


Hi freaks,

I want select some rows of a table and "scroll" through the db like this:

while (select next 5 elements) do write elementblock that means I need a select - statement which gets a number of rows at a given offset of the db (including getting previous 5 elements) select * (10-14) of mytable; to get row 10-14 of the table;

how can I query this in oracle?

thanks for Your help!

bye,
Matthias Leonhardt Received on Tue Apr 16 2002 - 08:49:12 CDT

Original text of this message

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