SQL> rename test1 to test;

Table renamed.

SQL> alter table test rename to test1;

Table altered.

两个方法亲测都ok

05-28 16:38