Update aggregatingmergetree.md (#6276)

This commit is contained in:
Šimon Podlipský 2019-08-01 22:33:26 +02:00 committed by Ivan Blinkov
parent 07273c7914
commit e3f7dbd7d4

View File

@ -21,6 +21,7 @@ CREATE TABLE [IF NOT EXISTS] [db.]table_name [ON CLUSTER cluster]
[PARTITION BY expr]
[ORDER BY expr]
[SAMPLE BY expr]
[TTL expr]
[SETTINGS name=value, ...]
```