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