Skip to content

Instantly share code, notes, and snippets.

@bjartwolf
Created June 26, 2015 19:25
Show Gist options
  • Save bjartwolf/936f03097f0933ca433b to your computer and use it in GitHub Desktop.
Save bjartwolf/936f03097f0933ca433b to your computer and use it in GitHub Desktop.
SELECT
[Extent1].[FirstName] AS [FirstName]
FROM [dbo].[Profile] AS [Extent1]
ORDER BY [Extent1].[Id] ASC
OFFSET 200001 ROWS FETCH NEXT 1000 ROWS ONLY
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment