SSC-EWI-0054
Unsupported outer join subquery
Some parts in the output code are omitted for clarity reasons.
Severity
Low
Description
This error happens when a correlated subquery is found within an OR logical expression of an OUTER JOIN (Left, Right or Full). In those cases they could produce inconsistent results or cause the following error:
SQL compilation error: Unsupported subquery type cannot be evaluated.
These limitations with subqueries are briefly mentioned in Snowflake documentation and some information about them can also be found in Snowflake forums.
Example code
Input Code (Teradata):
IN -> Teradata_01.sql
Output Code:
OUT -> Teradata_01.sql
Recommendations
Verify the output code does not produce a compilation error.
Verify the output code's functional equivalence.
If you need more support, you can email us at snowconvert-support@snowflake.com
Last updated