Qw M
asked on
Make table from a union query
Hi,
I have tree tables (table1, table2, table3). All of this tables have exacly the same fields.
I neeed a mysql query to create a table (total) from the union of this 3 tables!
Thank you!
I have tree tables (table1, table2, table3). All of this tables have exacly the same fields.
I neeed a mysql query to create a table (total) from the union of this 3 tables!
Thank you!
http://www.w3schools.com/sql/sql_select_into.asp
ASKER CERTIFIED SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.