MSCEWI3087
Ordering of the Outer Joins failed
This is a deprecated version of the SnowConvert documentation, please visit the official site HERE.
Severity
Low
Description
This issue happens when an error occurred while reordering the new ANSI JOIN clauses in a query that previously had outer joins with the (+) operator. A query with a cycle of tables joining each other in the WHERE clause can provoke this issue.
When this EWI is present, the JOIN clauses may not work properly due to their order.
Example Code
Input Code:
Output Code:
Recommendations
Make sure the query is valid and does not have tables that are being joined to each other.
If the issue still occurs, try qualifying the name of each column in the WHERE clause with the name of the table.
If you need more support, you can email us at snowconvert-support@snowflake.com
Last updated