标准语法 RENAME TABLE table_name TO new_table_name 注意事项 目前不支持通过 ALTER TABLE table_name RENAME [TO|AS] new_tbl_name 语法变更表名; 表名变更过程中不得访问该表。