RENAME TABLE

2024-10-10 08:05:52  Updated

This topic describes the supported conversion scope of RENAME TABLE DDL operations during data migration from a MySQL database to a MySQL tenant of OceanBase Database.

Syntax

You can use the RENAME TABLE statement to rename one or more tables.

RENAME TABLE
tbl_name TO new_tbl_name
[, tbl_name2 TO new_tbl_name2] ...

Contact Us