Skip to content

Instantly share code, notes, and snippets.

@timgaunt
Created April 11, 2015 08:06
Show Gist options
  • Save timgaunt/4aeae724a57ae934c60f to your computer and use it in GitHub Desktop.
Save timgaunt/4aeae724a57ae934c60f to your computer and use it in GitHub Desktop.
SQLs new paging/offest
FROM [TableX]
ORDER BY [FieldX]
OFFSET 501 ROWS
FETCH NEXT 100 ROWS ONLY
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment