MSCEWI1059
Non-Ansi Outer Join is not supported in OR predicate
This is a deprecated version of the SnowConvert documentation, please visit the official site HERE.
Severity
Medium
Description
Snowflake does not support using Non-Ansi Outer Join syntax in any OR statement.
Example Code
Input Code (Oracle):
Output Code:
Recommendations
Rewrite the statement using ANSI Outer Join syntax.
Check for unfinished conditionals (AND, …) on the translated code.
If you need more support, you can email us at snowconvert-support@snowflake.com
Last updated