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

How to implement TOP for SQL Server #23

Open
theronic opened this issue Nov 12, 2014 · 1 comment
Open

How to implement TOP for SQL Server #23

theronic opened this issue Nov 12, 2014 · 1 comment

Comments

@theronic
Copy link

SQL Server does not support LIMIT and OFFSET, but it does support TOP at the start of a SELECT statement, e.g. SELECT TOP 500 * FROM Table

I looked at the limit fn that implements LIMIT with assoc-op, but I'm not sure how to extend SQLingvo to support the TOP statement at the start of the query?

@r0man
Copy link
Owner

r0man commented Nov 13, 2014

Sorry, this is not supported at the moment ...

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

No branches or pull requests

2 participants