MSCEWI3088
Condition with unknown table name for outer join with (+)
This is a deprecated version of the SnowConvert documentation, please visit the official site HERE.
Severity
Low
Description
This issue happens when there is an OUTER JOIN with the (+) operator but a column expression does not have the name of the table and SnowConvert is not able to figure out to which table it corresponds to.
Example Code
Input Code:
Output Code:
Recommendations
Qualify the name of each column in the WHERE clause with the name of the table or table alias and migrate again the code.
If you need more support, you can email us at snowconvert-support@snowflake.com
Last updated