SSC-FDM-RS0005
Duplicates not allowed in source table
Description
In Redshift, the MERGE statement throws an error when the source table has duplicate values. Snowflake doesn't throw the error and instead, it allows the query execution. The FDM warns about this behavior, that it could change the result in the converted MERGE.
Code Example
Input Code:
IN -> Redshift_01.sql
Output Code:
OUT -> Redshift_01.sql
Recommendations
If you need more support, you can email us at snowconvert-support@snowflake.com
Last updated