查看建表语句 show create table 表名 从别的表中导入数据 insert into要导入的库名.要导入的表名 select 要到的数据列 from库名.表名; 转载于:https://www.cnblogs.com/forphp/p/3432240.html