If the two tables structure match you can do this command
INSERT INTO <Destination Table> SELECT * FROM <Source Table>
Last Updated on October 26, 2015
If the two tables structure match you can do this command
INSERT INTO <Destination Table> SELECT * FROM <Source Table>