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
Summary
Trying to parse a sql statement using the DIV() method but encountering an error.
Sample Code
from sqlglot import parse_one parsed_content = parse_one('select div(9,4)', read='postgres')
Error
sqlglot.errors.ParseError: Required keyword: 'expressions' missing for <class 'sqlglot.expressions.Aliases'>. Line 1, Col: 12. select div(9,4)
The text was updated successfully, but these errors were encountered:
VaggelisD
Successfully merging a pull request may close this issue.
Summary
Trying to parse a sql statement using the DIV() method but encountering an error.
Sample Code
Error
sqlglot.errors.ParseError: Required keyword: 'expressions' missing for <class 'sqlglot.expressions.Aliases'>. Line 1, Col: 12.
select div(9,4)
The text was updated successfully, but these errors were encountered: