MSCEWI1061
Column does not come from a Non-Ansi Outer Join Expression
This is a deprecated version of the SnowConvert documentation, please visit the official site HERE.
This EWI will be deprecated in the future.
Severity
Low
Description
Snowflake does not support using Non-Ansi Outer Join syntax in a column from a table that was not previously used in a Non-Ansi outer join expression.
Example Code
Input Code (Oracle):
Output Code:
Table "e" was not used previously used in a join.
Recommendations
Rewrite the statement using ANSI Outer Join syntax.
If you need more support, you can email us at snowconvert-support@snowflake.com
Last updated