Vous pouvez utiliser CREATE TABLE ... SELECT déclaration.
CREATE TABLE new_table
SELECT * FROM table1
UNION
SELECT * FROM table2;
Vous pouvez utiliser CREATE TABLE ... SELECT déclaration.
CREATE TABLE new_table
SELECT * FROM table1
UNION
SELECT * FROM table2;