Skip to content

Commit fcc0e60

Browse files
fixes MicrosoftDocs/sql-docs/issues/7448 -- remove extraneous formatting
1 parent ea1a599 commit fcc0e60

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
@@ -129,7 +129,7 @@ DELETE Sales.ShoppingCartItem
129129
```
130130

131131
*column_name*
132-
Is an explicit column reference. Any reference to the table being modified must be correctly qualified by either the INSERTED or the DELETED prefix as appropriate, for example: INSERTED**.**_column\_name_.
132+
Is an explicit column reference. Any reference to the table being modified must be correctly qualified by either the INSERTED or the DELETED prefix as appropriate, for example: INSERTED._column\_name_.
133133

134134
$action
135135
Is available only for the MERGE statement. Specifies a column of type **nvarchar(10)** in the OUTPUT clause in a MERGE statement that returns one of three values for each row: 'INSERT', 'UPDATE', or 'DELETE', according to the action that was performed on that row.

0 commit comments

Comments
 (0)