File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22description : " CREATE TABLE (Azure Synapse Analytics)"
33title : " CREATE TABLE (Azure Synapse Analytics) | Microsoft Docs"
44ms.custom : " "
5- ms.date : " 03/29 /2021"
5+ ms.date : " 03/30 /2021"
66ms.service : sql-data-warehouse
77ms.reviewer : " "
88ms.topic : reference
@@ -50,13 +50,13 @@ CREATE TABLE { database_name.schema_name.table_name | schema_name.table_name | t
5050<column_constraint>::=
5151 {
5252 DEFAULT constant_expression
53- | PRIMARY KEY NONCLUSTERED NOT ENFORCED -- Applies to Azure Synapse Analytics only
53+ | PRIMARY KEY NONCLUSTERED NOT ENFORCED -- Applies to Azure Synapse Analytics only
5454 | UNIQUE NOT ENFORCED -- Applies to Azure Synapse Analytics only
5555 }
5656
5757<table_option> ::=
5858 {
59- CLUSTERED COLUMNSTORE INDEX --default for Azure Synapse Analytics
59+ CLUSTERED COLUMNSTORE INDEX -- default for Azure Synapse Analytics
6060 | CLUSTERED COLUMNSTORE INDEX ORDER (column [,...n])
6161 | HEAP --default for Parallel Data Warehouse
6262 | CLUSTERED INDEX ( { index_column_name [ ASC | DESC ] } [ ,...n ] ) -- default is ASC
You can’t perform that action at this time.
0 commit comments