Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content

Commit 9c80830

Browse files
authored
Merge pull request #7827 from AssafFraenkel/patch-13
Update output-clause-transact-sql.md
2 parents e3e4af8 + 4ae71be commit 9c80830

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/t-sql/queries/output-clause-transact-sql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ author: VanMSFT
3333
ms.author: vanto
3434
---
3535
# OUTPUT Clause (Transact-SQL)
36-
[!INCLUDE [SQL Server SQL Database](../../includes/applies-to-version/sql-asdb.md)]
36+
[!INCLUDE [SQL Server Azure SQL Database Azure SQL Managed Instance](../../includes/applies-to-version/sql-asdb-asdbmi.md)]
3737

3838
Returns information from, or expressions based on, each row affected by an INSERT, UPDATE, DELETE, or MERGE statement. These results can be returned to the processing application for use in such things as confirmation messages, archiving, and other such application requirements. The results can also be inserted into a table or table variable. Additionally, you can capture the results of an OUTPUT clause in a nested INSERT, UPDATE, DELETE, or MERGE statement, and insert those results into a target table or view.
3939

0 commit comments

Comments
 (0)