mysql query to create a new table from existing fields
Posted by phpuser32423 on 11/18/05 23:43
Hi all
This is a mysql question, is it possible to use a mysql query to select
all the records from several fields in a table (tbl1) and then create a
new table (tbl2) with the same structure and all this data inserted
into it?