mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-25 00:52:02 +00:00
Merge pull request #21675 from MichaelMonashev/patch-4
DOC Fix ORDER BY syntax
This commit is contained in:
commit
06b7d17148
@ -517,7 +517,7 @@ CREATE TABLE table_for_aggregation
|
||||
y Int
|
||||
)
|
||||
ENGINE = MergeTree
|
||||
ORDER BY k1, k2
|
||||
ORDER BY (k1, k2)
|
||||
TTL d + INTERVAL 1 MONTH GROUP BY k1, k2 SET x = max(x), y = min(y);
|
||||
```
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user