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

Home -> Community -> Mailing Lists -> Oracle-L -> Extracting parts of SQL query

Extracting parts of SQL query

From: Andreas Jung <ajung_at_sz-sb.de>
Date: Wed, 31 May 2000 19:26:39 +0200
Message-Id: <10514.107337@fatcity.com>


Dear all,

MySQL offers a nice feature - the LIMIT clause, e.g.

select .... from tablename LIMIT m,n

delivers the next n rows starting from offset m.

Is there anything available in Oracle. I think JDBC offers this this functionallity !?

Andreas Received on Wed May 31 2000 - 12:26:39 CDT

Original text of this message

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