We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d6fb40 commit 19f5cb6Copy full SHA for 19f5cb6
docs/t-sql/statements/create-columnstore-index-transact-sql.md
@@ -2,7 +2,7 @@
2
title: "CREATE COLUMNSTORE INDEX (Transact-SQL) | Microsoft Docs"
3
ms.custom:
4
- "SQL2016_New_Updated"
5
-ms.date: "06/26/2017"
+ms.date: "07/13/2017"
6
ms.prod: "sql-non-specified"
7
ms.reviewer: ""
8
ms.suite: ""
@@ -73,9 +73,9 @@ CREATE CLUSTERED COLUMNSTORE INDEX index_name
73
CREATE [NONCLUSTERED] COLUMNSTORE INDEX index_name
74
ON [database_name. [schema_name ] . | schema_name . ] table_name
75
( column [ ,...n ] )
76
+ [ WHERE <filter_expression> [ AND <filter_expression> ] ]
77
[ WITH ( < with_option> [ ,...n ] ) ]
- [ ON <on_option> ]
78
- [ WHERE <filter_expression> [ AND <filter_expression> ] ]
+ [ ON <on_option> ]
79
[ ; ]
80
81
<with_option> ::=
0 commit comments