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
Before you file an issue
parse_one(sql, read="postgres")
ast.sql(dialect="mysql")
Fully reproducible code snippet
import sqlglot sql = """select string_to_array('dd,ee', ',') <@array['dd','ee','ff','gg','hh'];""" result1 = sqlglot.transpile(sql, read='postgres', write='mysql')[0] print(result1)
The generator function throws an error: ValueError: Unsupported expression type ArrayContained
ValueError: Unsupported expression type ArrayContained
Official Documentation Please include links to official SQL documentation related to your issue.
(postgres array/string_to_array)
The text was updated successfully, but these errors were encountered:
georgesittas
Successfully merging a pull request may close this issue.
Before you file an issue
parse_one(sql, read="postgres")
ast.sql(dialect="mysql")
Fully reproducible code snippet
The generator function throws an error:
ValueError: Unsupported expression type ArrayContained
Official Documentation
Please include links to official SQL documentation related to your issue.
(postgres array/string_to_array)
The text was updated successfully, but these errors were encountered: