Skip to content

Commit 7358f97

Browse files
20260127 metadata
1 parent 8fba016 commit 7358f97

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ helpviewer_keywords:
2424
- "inserting data"
2525
dev_langs:
2626
- "TSQL"
27-
monikerRange: "=azuresqldb-current || =azuresqldb-mi-current || >=sql-server-2016 || >=sql-server-linux-2017 || =azure-sqldw-latest || =fabric"
27+
monikerRange: "=azuresqldb-current || =azuresqldb-mi-current || >=sql-server-2016 || >=sql-server-linux-2017 || =azure-sqldw-latest || =fabric || = fabric-sqldb"
2828
---
2929
# MERGE (Transact-SQL)
3030

31-
[!INCLUDE [SQL Server SQL Database Azure Synapse FabricSQLDB](../../includes/applies-to-version/sql-asdb-asdbmi-asa-dedicated-poolonly-fabricsqldb-fabricdw.md)]
31+
[!INCLUDE [sql-asdb-asdbmi-asa-dedicated-poolonly-fabricsqldb-fabricdw](../../includes/applies-to-version/sql-asdb-asdbmi-asa-dedicated-poolonly-fabricsqldb-fabricdw.md)]
3232

3333
The `MERGE` statement runs insert, update, or delete operations on a target table from the results of a join with a source table. For example, synchronize two tables by inserting, updating, or deleting rows in one table based on differences found in the other table.
3434

@@ -45,9 +45,9 @@ This article provides different syntax, arguments, remarks, permissions, and exa
4545

4646
## Syntax
4747

48-
::: moniker range="= azuresqldb-current || = azuresqldb-mi-current || >= sql-server-2016 || >= sql-server-linux-2017"
48+
::: moniker range="= azuresqldb-current || = azuresqldb-mi-current || >= sql-server-2016 || >= sql-server-linux-2017 || = fabric-sqldb"
4949

50-
Syntax for SQL Server and Azure SQL Database:
50+
Syntax for SQL Server, Azure SQL Database, and SQL database in Fabric:
5151

5252
```syntaxsql
5353
[ WITH <common_table_expression> [,...n] ]

0 commit comments

Comments
 (0)