Uploaded image for project: 'Calcite'
  1. Calcite
  2. CALCITE-1901

SQL reference should say that "ONLY" is required after "FETCH ... ROWS"

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 1.14.0
    • None
    • None

    Description

      SQL reference should say that "ONLY" is required after "FETCH ... ROWS". An example of the correct syntax is

      SELECT * FROM Emp
      ORDER BY sal
      OFFSET 30 ROWS
      FETCH NEXT 10 ROWS ONLY

      Attachments

        Activity

          People

            julianhyde Julian Hyde
            julianhyde Julian Hyde
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: