mysql 复制表 和 表数据 mysql 复制表 和 表数据 复制表: create table tb_test01 like tb_test02; 复制表数据: insert into tb_test01 select * from tb_test02; 相关文章: