You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-dev@db.apache.org by "Christian d'Heureuse (JIRA)" <ji...@apache.org> on 2007/01/11 22:24:27 UTC

[jira] Resolved: (DERBY-2232) SQL pagination

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

Christian d'Heureuse resolved DERBY-2232.
-----------------------------------------

    Resolution: Duplicate

> 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