mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-05 15:21:43 +00:00
6 lines
232 B
Plaintext
6 lines
232 B
Plaintext
CREATE TABLE default.ttl (`d` Date, `a` Int) ENGINE = MergeTree PARTITION BY toDayOfMonth(d) ORDER BY a TTL d + toIntervalDay(1) SETTINGS index_granularity = 8192
|
|
2100-10-10 3
|
|
2100-10-10 4
|
|
d Date
|
|
a Int d + toIntervalDay(1)
|