Hi All
I need a query that will duplicate all of the values of one table into another.
Basically I am trying to create a master table, that contains all of the contents of six other tables.
I want to know if there is a simply mysql query that will do this, as oppose to having to read all the data out of one table and write it back into another.
Thanks
Aaron
I need a query that will duplicate all of the values of one table into another.
Basically I am trying to create a master table, that contains all of the contents of six other tables.
I want to know if there is a simply mysql query that will do this, as oppose to having to read all the data out of one table and write it back into another.
Thanks
Aaron