Skip to content

Commit 3b66d69

Browse files
authored
Merge pull request #17626 from XiaoyuMSFT/patch-15
Update MERGE with known issue
2 parents cae4b9a + 643b6d6 commit 3b66d69

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

docs/t-sql/statements/merge-transact-sql.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,7 @@ Specifies the graph match pattern. For more information about the arguments for
227227
>[!NOTE]
228228
> In Azure Synapse Analytics, the MERGE command (preview) has following differences compared to SQL server and Azure SQL database.
229229
> - 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.
230231
> - The support for tables with different distribution types is described in this table:
231232
232233
>|MERGE CLAUSE in Azure Synapse Analytics|Supported TARGE distribution table| Supported SOURCE distribution table|Comment|

0 commit comments

Comments
 (0)