ClickHouse/dbms/tests/queries/0_stateless/01070_alter_with_ttl.reference
Alexey Milovidov 3a59e41143 Update tests
2020-03-11 03:27:30 +03:00

3 lines
343 B
Plaintext

CREATE TABLE default.alter_ttl (`i` Int32, `s` String TTL toDate(\'2020-01-01\')) ENGINE = MergeTree ORDER BY i TTL toDate(\'2020-05-05\') SETTINGS index_granularity = 8192
CREATE TABLE default.alter_ttl (`d` Date, `s` String TTL d + toIntervalDay(1)) ENGINE = MergeTree ORDER BY d TTL d + toIntervalMonth(1) SETTINGS index_granularity = 8192