We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The function name and the opening parentheses doesn't get rendered.
SELECT ) OVER(PARTITION BY employee.department) FROM employee
Instead of
SELECT ROW_NUMBER() OVER(PARTITION BY employee.department) FROM employee
The text was updated successfully, but these errors were encountered:
a132d43
Render windowing functions without arguments correctly.
14c5e3f
Closes #1153 See #1019
No branches or pull requests
The function name and the opening parentheses doesn't get rendered.
Instead of
The text was updated successfully, but these errors were encountered: