You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems that in oracle dialect it does not recogniye BINARZ_DOUBLE as a type and thow a ParseError.
If you try to parse the statement below it returns an Invalid expression / unexpected token error sql_query = "SELECT CAST(SUM(t0.column_name) AS BINARY_DOUBLE) FROM t0" parsed = parse_one(sql_query , read='oracle')
It seems that in oracle dialect it does not recogniye BINARZ_DOUBLE as a type and thow a ParseError.
If you try to parse the statement below it returns an Invalid expression / unexpected token error
sql_query = "SELECT CAST(SUM(t0.column_name) AS BINARY_DOUBLE) FROM t0"
parsed = parse_one(sql_query , read='oracle')
Retrieved Error
More info about CAST in Oracle here: Oracle Docs
The text was updated successfully, but these errors were encountered: