Skip to content

Commit 1e6434f

Browse files
authored
fixed mistake
was mistake in syntax's block in rule <table_hint>
1 parent 1cb21ec commit 1e6434f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Table hints are used to override the default behavior of the query optimizer dur
6060
WITH ( <table_hint> [ [ , ] ...n ] )
6161
6262
<table_hint> ::=
63-
{ NOEXPAND [ , INDEX ( <index_value> [ , ...n ] ) | INDEX = ( <index_value> ) ]
63+
{ NOEXPAND
6464
| INDEX ( <index_value> [ , ...n ] ) | INDEX = ( <index_value> )
6565
| FORCESEEK [ ( <index_value> ( <index_column_name> [ , ... ] ) ) ]
6666
| FORCESCAN

0 commit comments

Comments
 (0)