-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 1.14.0
-
Component/s: None
-
Labels:None
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