Merge pull request #27661 from taosdata/docs/stable_no_ttl_3.0

docs: remove ttl option from sql for creating stable
This commit is contained in:
Feng Chao 2024-09-04 15:32:28 +08:00 committed by GitHub
commit 690618b893
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 4 deletions

View File

@ -20,8 +20,7 @@ table_options:
table_option: {
COMMENT 'string_value'
| SMA(col_name [, col_name] ...)
| TTL value
| SMA(col_name [, col_name] ...)
}
```

View File

@ -20,8 +20,7 @@ table_options:
table_option: {
COMMENT 'string_value'
| SMA(col_name [, col_name] ...)
| TTL value
| SMA(col_name [, col_name] ...)
}
```