
MERGE (Transact-SQL) - SQL Server | Microsoft Learn
Sep 8, 2025 · 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, …
MERGE (Transact-SQL) - SQL Server | Microsoft Learn
Sep 10, 2025 · Die MERGE-Anweisung führt Einfüge-, Aktualisierungs- oder Löschvorgänge in einer Zieltabelle anhand der Ergebnisse eines Joins mit einer Quelltabelle aus.
OUTPUT clause (Transact-SQL) - SQL Server | Microsoft Learn
Nov 22, 2024 · The following example captures data returned from the OUTPUT clause of a MERGE statement, and inserts that data into another table. The MERGE statement updates …
MERGE (Transact-SQL) - SQL Server | Microsoft Learn
Sep 8, 2025 · L'istruzione MERGE esegue operazioni di inserimento, aggiornamento o eliminazione in una tabella di destinazione dai risultati di un join con una tabella di origine.
Merge WHEN NOT MATCHED BY SOURCE - Microsoft Q&A
Nov 28, 2020 · Here is a simple example that you can play with. The target table initially has the name of the numbers in Finnish, while the source table has them in English. This particular …
MERGE (Transact-SQL) - SQL Server | Microsoft Learn
Sep 10, 2025 · La instrucción MERGE inserta, actualiza o elimina operaciones en una tabla de destino a partir de los resultados de una combinación con una tabla de origen.
MERGE (Transact-SQL) - SQL Server | Microsoft Learn
Sep 10, 2025 · A instrução MERGE executa operações de inserção, atualização ou exclusão em uma tabela de destino usando os resultados de uma junção com uma tabela de origem.
MERGE (Transact-SQL) - SQL Server | Microsoft Learn
Sep 10, 2025 · MERGE ステートメントは、ソース テーブルとの結合の結果から、ターゲット テーブルに対して挿入、更新、または削除操作を実行します。
T-SQL Surface Area in Fabric Data Warehouse - Microsoft Fabric
Sep 10, 2025 · This article covers the T-SQL language syntax capabilities of Microsoft Fabric, when querying the SQL analytics endpoint or Warehouse. For SQL database in Fabric, see …
MERGE (Transact-SQL) - SQL Server | Microsoft Learn
Sep 10, 2025 · L’instruction MERGE exécute des opérations d’insertion, de mise à jour ou de suppression sur une table cible à partir des résultats d’une jointure avec une table source.