Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update partitioned-table.md (#16157) #16256

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion partitioned-table.md
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ ALTER TABLE table_name LAST PARTITION LESS THAN (<expression>)
- INTERVAL 分区特性仅涉及 `CREATE/ALTER TABLE` 语法。元数据保持不变,因此使用该新语法创建或变更的表仍然兼容 MySQL。
- 为保持兼容 MySQL,`SHOW CREATE TABLE` 的输出格式保持不变。
- 遵循 INTERVAL 的存量表可以使用新的 `ALTER` 语法。不需要使用 `INTERVAL` 语法重新创建这些表。
- 对于 `RANGE COLUMNS`,仅支持整数 (INTEGER) 类型、日期 (DATE) 和日期时间 (DATETIME) 列类型
- 如需使用 `INTERVAL` 语法进行 `RANGE COLUMNS` 分区,只能指定一个列为分区键,且该列的类型为整数 (`INTEGER`) 、日期 (`DATE`) 或日期时间 (`DATETIME`)

### List 分区

Expand Down