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

Verify Handling of NEXT VALUE FOR #90

Open
bruce-dunwiddie opened this issue Apr 29, 2022 · 1 comment
Open

Verify Handling of NEXT VALUE FOR #90

bruce-dunwiddie opened this issue Apr 29, 2022 · 1 comment
Assignees

Comments

@bruce-dunwiddie
Copy link
Owner

https://docs.microsoft.com/en-us/sql/t-sql/functions/next-value-for-transact-sql?view=sql-server-ver15

SELECT NEXT VALUE FOR Test.CountBy1 AS FirstUse;

Need to ensure this is handled appropriately in new SELECT clause contextual parsing.

@bruce-dunwiddie
Copy link
Owner Author

Per #126 , it appears there is a bug to be fixed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant