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

Home -> Community -> Usenet -> c.d.o.tools -> select...limit in oracle??..JDBC

select...limit in oracle??..JDBC

From: Lance Mottley <lance.mottley_at_sympatico.ca>
Date: Sun, 01 Apr 2001 14:44:26 GMT
Message-ID: <3AC7413F.7270C6D0@sympatico.ca>

Hi!

How can I perform :
SELECT * FROM TABLE WHERE ... LIMIT offset, rows in oracle....any help will be greatly appreciated!!!

or is there a better way to accomplish this via JDBC....

I am looking to have a jsp page where I load 10 records at a time with a

next and previous button that will get the prevoius or next 10 records....

thx
lance Received on Sun Apr 01 2001 - 09:44:26 CDT

Original text of this message

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