Skip to content

Commit

Permalink
Fix docs in CREATE TABLE
Browse files Browse the repository at this point in the history
  • Loading branch information
mtopolnik committed Jan 10, 2025
1 parent c612ac4 commit acecea4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion documentation/reference/sql/create-table.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,8 @@ created.
## Time To Live (TTL)

To store and analyze only recent data, configure a time-to-live (TTL) period on
a table using the `ALTER TABLE SET TTL` command.
a table using the `TTL` clause, placing it right after `PARTITION BY <unit>`.
You can't set TTL on a non-partitioned table.

Follow the `TTL` keyword with a number and a time unit, one of:

Expand Down

0 comments on commit acecea4

Please sign in to comment.