docs: remove ttl option from sql for creating stable

This commit is contained in:
Ping Xiao 2024-09-04 15:23:10 +08:00
parent fccb0806c2
commit c0fd9b378b
2 changed files with 2 additions and 4 deletions

View File

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

View File

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