mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-27 01:51:59 +00:00
Merge pull request #47029 from ClickHouse/DanRoscigno-patch-5
Remove extra `]`
This commit is contained in:
commit
afac2801a2
@ -267,7 +267,7 @@ You can define a [primary key](../../../engines/table-engines/mergetree-family/m
|
||||
CREATE TABLE db.table_name
|
||||
(
|
||||
name1 type1, name2 type2, ...,
|
||||
PRIMARY KEY(expr1[, expr2,...])]
|
||||
PRIMARY KEY(expr1[, expr2,...])
|
||||
)
|
||||
ENGINE = engine;
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user