mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-13 19:14:30 +00:00
661 B
661 B
toc_priority | toc_title |
---|---|
44 | TTL |
Manipulations with Table TTL
You can change table TTL with a request of the following form:
ALTER TABLE table-name MODIFY TTL ttl-expression
ALTER TABLE REMOVE TTL
Removes ttl-property from the column.
Syntax:
ALTER TABLE table_name REMOVE TTL
Syntax of the statement.
ALTER TABLE r_no_prop_table MODIFY COLUMN some_column REMOVE TTL;
Example
Request
Result
See Also (Optional)
Links to related topics as a list.