Created
June 26, 2015 19:25
-
-
Save bjartwolf/936f03097f0933ca433b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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