... RENAME TABLE 重命名表 RENAME TABLE 语法可以将一个或多个表重新命名。 RENAME TABLE tb_name TO new_tb_name, tb_name2 TO new_tb_name2, … 提示 ...
基于1个网页-相关网页
MySQL Rename Table 重命名表
rename table oldName to newName 修改表名
rename table to 修改表名
rename table old to new 修改表名称
rename table table-name to new-table-name 表格
rename emp to TABLE 修改表名
Rename table space container tsc3 back to tsc1.
将表空间容器tsc3再次命名为tsc1。
Rename table space container tsc1 to tsc3 and then try to query the STAFFTEMP table.
将表空间容器tsc1重新命名为tsc3,然后尝试查询stafftemp表。
First, you can rename columns online, while workload is running against the table, without any disruption to your users.
首先,可以以在线的方式重命名列,同时仍可以针对表运行工作负载,不会对用户产生任何干扰。
应用推荐