Skip to content
Mathias Rangel Wulff edited this page May 9, 2017 · 3 revisions

Keyword OFFSET

Syntax:

    SELECT ... OFFSET N

OFFSET will now skip the first N rows in a result set before starting to return any rows.

See also: FETCH, TOP

Clone this wiki locally