Skip to content
New issue

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

COALESCE not supported #50

Closed
avi-beetul opened this issue Apr 2, 2021 · 1 comment · Fixed by zbrookle/sql_to_ibis#63
Closed

COALESCE not supported #50

avi-beetul opened this issue Apr 2, 2021 · 1 comment · Fixed by zbrookle/sql_to_ibis#63
Labels
enhancement New feature or request

Comments

@avi-beetul
Copy link

raise InvalidQueryException(message)
sql_to_ibis.exceptions.sql_exception.InvalidQueryException: Invalid query!
Expected one of the following input(s): {'UNION', 'ORDER', 'LIMIT', 'ON', 'DESC', 'DOT', '__ANON_4', 'WINDOW', 'END', '__ANON_1', 'MINUS', 'RPAR', 'GROUP', 'AND', 'IN', 'EQUAL', 'STAR', 'SLASH', 'WHERE', 'THEN', '__ANON_3', 'NAME', 'HAVING', 'CROSS', 'JOIN', 'ASC', 'EXCEPT', 'LESSTHAN', 'JOIN_TYPE', 'BETWEEN', 'PLUS', 'AS', 'INTERSECT', '__ANON_2', 'COMMA', 'ELSE', 'WHEN', 'OR', 'NOT', 'MORETHAN', 'FROM'}
Unexpected input at line 6, column 29
                    COALESCE(df1.column, df2.column) AS c1
@zbrookle
Copy link
Owner

@avi-beetul Thanks for pointing that out, I'll add that function

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants