Skip to content

Commit 19f5cb6

Browse files
committed
fix syntax bug
1 parent 0d6fb40 commit 19f5cb6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "CREATE COLUMNSTORE INDEX (Transact-SQL) | Microsoft Docs"
33
ms.custom:
44
- "SQL2016_New_Updated"
5-
ms.date: "06/26/2017"
5+
ms.date: "07/13/2017"
66
ms.prod: "sql-non-specified"
77
ms.reviewer: ""
88
ms.suite: ""
@@ -73,9 +73,9 @@ CREATE CLUSTERED COLUMNSTORE INDEX index_name
7373
CREATE [NONCLUSTERED] COLUMNSTORE INDEX index_name
7474
ON [database_name. [schema_name ] . | schema_name . ] table_name
7575
( column [ ,...n ] )
76+
[ WHERE <filter_expression> [ AND <filter_expression> ] ]
7677
[ WITH ( < with_option> [ ,...n ] ) ]
77-
[ ON <on_option> ]
78-
[ WHERE <filter_expression> [ AND <filter_expression> ] ]
78+
[ ON <on_option> ]
7979
[ ; ]
8080
8181
<with_option> ::=

0 commit comments

Comments
 (0)