Puede usar CREAR TABLA... SELECCIONAR declaración.
CREATE TABLE new_table
SELECT * FROM table1
UNION
SELECT * FROM table2;
Puede usar CREAR TABLA... SELECCIONAR declaración.
CREATE TABLE new_table
SELECT * FROM table1
UNION
SELECT * FROM table2;