Skip to content

Commit da0a0eb

Browse files
authored
Fixes MicrosoftDocs/sql-docs#4033
1 parent aa19165 commit da0a0eb

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
@@ -51,7 +51,7 @@ ms.author: vanto
5151

5252
## Arguments
5353
LOOP | HASH | MERGE
54-
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.
54+
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 [Hints](hints-transact-sql.md).
5555

5656
REMOTE
5757
Specifies that the join operation is performed on the site of the right table. This is useful when the left table is a local table and the right table is a remote table. REMOTE should be used only when the left table has fewer rows than the right table.

0 commit comments

Comments
 (0)