Skip to content

Commit 0156aea

Browse files
authored
Merge pull request MicrosoftDocs#5905 from davidjb/patch-1
Add repeat to CREATE INDEX filter_predicate syntax
2 parents a683124 + 85b6772 commit 0156aea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/t-sql/statements/create-index-transact-sql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ CREATE [ UNIQUE ] [ CLUSTERED | NONCLUSTERED ] INDEX index_name
138138
}
139139
140140
<filter_predicate> ::=
141-
<conjunct> [ AND <conjunct> ]
141+
<conjunct> [ AND ] [ ...n ]
142142
143143
<conjunct> ::=
144144
<disjunct> | <comparison>

0 commit comments

Comments
 (0)