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
SELECT * REPLACE
Hi David,
https://cloud.google.com/bigquery/docs/reference/standard-sql/query-syntax#select_replace
sqlvalidator 0.0.18:
- SELECT * REPLACE('bar' AS foo) + SELECT * REPLACE
A quick unit test causes
self = <Alias: <Column: '*'> as=False 'REPLACE'> def __str__(self): > return str(self.value) E AttributeError: 'Alias' object has no attribute 'value' ../../sqlvalidator/grammar/sql.py:239: AttributeError
when trying to print the expression
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Hi David,
https://cloud.google.com/bigquery/docs/reference/standard-sql/query-syntax#select_replace
sqlvalidator 0.0.18:
A quick unit test causes
when trying to print the expression
The text was updated successfully, but these errors were encountered: