12-13-2013, 01:32 AM
i think u just need to look in all tables if have the same column and then u paste ur table from db ep2, and be careful to edit the newproject_data
u can use this SQL code i think its will work

INSERT INTO tableEP3 (SELECT * FROM tableEP2 WHERE condition)
/*or*/
INSERT INTO tableEP3 (SELECT * FROM tableEP2)

