We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1cb21ec commit 1e6434fCopy full SHA for 1e6434f
1 file changed
docs/t-sql/queries/hints-transact-sql-table.md
@@ -60,7 +60,7 @@ Table hints are used to override the default behavior of the query optimizer dur
60
WITH ( <table_hint> [ [ , ] ...n ] )
61
62
<table_hint> ::=
63
-{ NOEXPAND [ , INDEX ( <index_value> [ , ...n ] ) | INDEX = ( <index_value> ) ]
+{ NOEXPAND
64
| INDEX ( <index_value> [ , ...n ] ) | INDEX = ( <index_value> )
65
| FORCESEEK [ ( <index_value> ( <index_column_name> [ , ... ] ) ) ]
66
| FORCESCAN
0 commit comments