Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support mordern sqlserver page query like OFFSET ROWS FETCH NEXT #258

Open
wswind opened this issue Nov 29, 2021 · 0 comments · May be fixed by #259
Open

Support mordern sqlserver page query like OFFSET ROWS FETCH NEXT #258

wswind opened this issue Nov 29, 2021 · 0 comments · May be fixed by #259

Comments

@wswind
Copy link

wswind commented Nov 29, 2021

#46

I use sqlserver 2012 and later , and like the sql ORDER BY ... OFFSET 100 ROWS FETCH NEXT....

The page function now has great backward compatibility and works very well ,
But would it be slower than the modern way ?
I think maybe it would be better to add support for this by adding a dialect for modern SQLServer.

@wswind wswind linked a pull request Dec 3, 2021 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant