Skip to content

Commit 35c5d58

Browse files
Update update-transact-sql.md
1 parent f186ea9 commit 35c5d58

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/t-sql/queries/update-transact-sql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ SET { column_name = { expression | NULL } } [ ,...n ]
160160
Is either the [OPENQUERY](../../t-sql/functions/openquery-transact-sql.md) or [OPENROWSET](../../t-sql/functions/openrowset-transact-sql.md) function, subject to provider capabilities.
161161

162162
WITH **(** \<Table_Hint_Limited> **)**
163-
Specifies one or more table hints that are allowed for a target table. The WITH keyword and the parentheses are required. NOLOCK, READUNCOMMITTED, and NOEXPAND are not allowed. For information about table hints, see [Table Hints &#40;Transact-SQL&#41;](../../t-sql/queries/hints-transact-sql-table.md).
163+
Specifies one or more table hints that are allowed for a target table. The WITH keyword and the parentheses are required. NOLOCK, READUNCOMMITTED, NOEXPAND, and several others are not allowed. For information about table hints, see [Table Hints &#40;Transact-SQL&#41;](../../t-sql/queries/hints-transact-sql-table.md).
164164

165165
@*table_variable*
166166
Specifies a [table](../../t-sql/data-types/table-transact-sql.md) variable as a table source.

0 commit comments

Comments
 (0)