SSC-EWI-OR0087
Ordering of the Outer Joins failed
Severity
Low
Some parts of the output code are omitted for clarity reasons.
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 Oracle:
IN -> Oracle_01.sql
Output Code:
OUT -> Oracle_01.sql
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