[mysql] table copy



Copy a table with full data from another databse.


CREATE TABLE [new table] SELECT * FROM [source dbName].[source tableName];

댓글