Skip to content

Commit f5121fb

Browse files
authored
Update merge-transact-sql.md
1 parent 19836e4 commit f5121fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ MERGE
9595
[!INCLUDE[sql-server-tsql-previous-offline-documentation](../../includes/sql-server-tsql-previous-offline-documentation.md)]
9696

9797
```syntaxsql
98-
-- Azure Synapse Analytics (Preview)
98+
-- MERGE (Preview) for Azure Synapse Analytics
9999
[ WITH <common_table_expression> [,...n] ]
100100
MERGE
101101
[ INTO ] <target_table> [ [ AS ] table_alias ]

0 commit comments

Comments
 (0)