MSCEWI3114
Merge statement may do not work as expected
This is a deprecated version of the SnowConvert documentation, please visit the official site HERE.
Severity
Low
Description
This warning is used to indicate that the Snowflake merge statement may have some functional differences compared to Oracle.
Example Code
Input Code:
Output Code:
Recommendations
If you are getting different results compared to Oracle, consider the following:
For execution order prioritization, go to the next link to get more information.
Execute the skipped DML statements outside (before or after accordingly) the merge statement.
If you need more support, you can email us at snowconvert-support@snowflake.com
Last updated