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:
commit
690618b893
|
@ -20,8 +20,7 @@ table_options:
|
|||
|
||||
table_option: {
|
||||
COMMENT 'string_value'
|
||||
| SMA(col_name [, col_name] ...)
|
||||
| TTL value
|
||||
| SMA(col_name [, col_name] ...)
|
||||
}
|
||||
|
||||
```
|
||||
|
|
|
@ -20,8 +20,7 @@ table_options:
|
|||
|
||||
table_option: {
|
||||
COMMENT 'string_value'
|
||||
| SMA(col_name [, col_name] ...)
|
||||
| TTL value
|
||||
| SMA(col_name [, col_name] ...)
|
||||
}
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in New Issue