如何修改table及partitions Table

Renaming Table Partitions: Examples

The following statement renames a table:

ALTER TABLE employees RENAME TO employee;

In the following statement, partition emp3 is renamed:

ALTER TABLE employee RENAME PARTITION emp3 TO employee3;
请使用浏览器的分享功能分享到微信等