Skip to content

Commit b065f41

Browse files
committed
update
1 parent e5145f0 commit b065f41

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ ms.author: vanto
5353

5454
## Arguments
5555

56-
LOOP \| HASH \| MERGE
57-
56+
LOOP \| HASH \| MERGE
57+
5858
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).
5959

6060
REMOTE

0 commit comments

Comments
 (0)