We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cae4b9a + 643b6d6 commit 3b66d69Copy full SHA for 3b66d69
1 file changed
docs/t-sql/statements/merge-transact-sql.md
@@ -227,6 +227,7 @@ Specifies the graph match pattern. For more information about the arguments for
227
>[!NOTE]
228
> In Azure Synapse Analytics, the MERGE command (preview) has following differences compared to SQL server and Azure SQL database.
229
> - A MERGE update is implemented as a delete and insert pair. The affected row count for a MERGE update includes the deleted and inserted rows.
230
+> - During the preview, the MERGE command does not work with tables with UNIQUE constraints. This will be fixed in a later release soon.
231
> - The support for tables with different distribution types is described in this table:
232
233
>|MERGE CLAUSE in Azure Synapse Analytics|Supported TARGE distribution table| Supported SOURCE distribution table|Comment|
0 commit comments