Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
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