Skip to content

Commit 37b6b36

Browse files
committed
update
1 parent 989a6b3 commit 37b6b36

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/t-sql/queries/hints-transact-sql-join.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ ms.author: vanto
5353

5454
## Arguments
5555

56-
LOOP \| HASH \| MERGE
56+
LOOP | HASH | MERGE
5757
Specifies that the join in the query should use looping, hashing, or merging. Using LOOP |HASH | MERGE JOIN enforces a particular join between two tables. LOOP cannot be specified together with RIGHT or FULL as a join type. For more information, see [Joins](../../relational-databases/performance/joins.md).
5858

5959
REMOTE

0 commit comments

Comments
 (0)