MSCEWI3090
Non-Ansi Outer Join has an invalid Between predicate
This is a deprecated version of the SnowConvert documentation, please visit the official site HERE.
Severity
Medium
Description
This issue happens when there is an OUTER JOIN with the (+) operator inside a BETWEEN clause that cannot be executed in Snowflake. This generally happens when multiple tables are used in the interval of the BETWEEN clause.
Example Code
Input Code:
Output Code:
Recommendations
Manually change the Outer Join to ANSI syntax.
If you need more support, you can email us at snowconvert-support@snowflake.com
Last updated