We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31fda50 commit 3b8cca5Copy full SHA for 3b8cca5
ydb/docs/en/core/yql/reference/recipes/ttl.md
@@ -90,7 +90,7 @@ CREATE TABLE `mytable` (
90
expire_at Timestamp,
91
PRIMARY KEY (id)
92
) WITH (
93
- TTL = Interval("PT0S") ON expire_at
+ TTL = Interval("PT1H") ON expire_at
94
);
95
```
96
ydb/docs/ru/core/yql/reference/recipes/ttl.md
@@ -77,7 +77,7 @@ CREATE TABLE `mytable` (
77
78
79
80
81
82
83
0 commit comments