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
format is giving Exception: Operators should have only one key! for pivot.
Exception: Operators should have only one key!
here is the snippet.
sql = """select * from PROD_PIVOT_ME pivot (max(event) for act_prod in ('ANY'))""" print(format(parse(sql)))
The text was updated successfully, but these errors were encountered:
thank you! Sorry for taking so long to get to this.
3e77952
Sorry, something went wrong.
https://pypi.org/project/mo-sql-parsing/11.663.25011/
No branches or pull requests
format is giving
Exception: Operators should have only one key!
for pivot.here is the snippet.
The text was updated successfully, but these errors were encountered: