如何修改table及partitions Table

tolywang發表於2007-03-02
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;

來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/35489/viewspace-84505/,如需轉載,請註明出處,否則將追究法律責任。

相關文章