Uploaded image for project: 'Derby'
  1. Derby
  2. DERBY-2232

SQL pagination

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Duplicate
    • None
    • None
    • SQL
    • None

    Description

      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 ...

      See also: http://troels.arvin.dk/db/rdbms/#select-limit-offset

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              chdh@inventec.ch Christian d'Heureuse
              Votes:
              1 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: