[ 
https://issues.apache.org/jira/browse/DERBY-2232?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12464016
 ] 

Christian d'Heureuse commented on DERBY-2232:
---------------------------------------------

Yes, I agree, this is a duplicate of DERBY-581. I had searched the JIRA 
database before I entered this issue, but I didn't find DERBY-581.

The ROW_NUMBER function seems to be the standard way to do this. But I guess 
that ROW_NUMBER will be quite difficult to implement. LIMIT/OFFSET would 
probably be easier.

> SQL pagination
> --------------
>
>                 Key: DERBY-2232
>                 URL: https://issues.apache.org/jira/browse/DERBY-2232
>             Project: Derby
>          Issue Type: New Feature
>          Components: SQL
>            Reporter: Christian d'Heureuse
>
> I suggest to add an SQL syntax to limit the result set of a query to a 
> specific range of rows.
> For example:
>  
>    SELECT ... FROM ... LIMIT n OFFSET n
> or (less flexible because without offset):
>    SELECT TOP n ... FROM ...
> There seems to be no standard for this at the time.
> See also: http://troels.arvin.dk/db/rdbms/#select-limit-offset

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to