Easiest way to copy a table from one database to another? October 18, 2022 by Tarik CREATE TABLE db1.table1 SELECT * FROM db2.table1 where db1 is the destination and db2 is the source