Details
-
New Feature
-
Status: Confirmed (View Workflow)
-
Major
-
Resolution: Unresolved
-
6.1.1
-
None
Description
SQL2008 introduces a new syntax that extends the functionality of SELECT..LIMIT..OFFSET.
OFFSET start { ROW | ROWS }
|
FETCH { FIRST | NEXT } [ count ] { ROW | ROWS } { ONLY | WITH TIES }
|
WITH TIES tells the engine to return additional rows that tie for the last place accordith with the ORDER BY clause used.