in reply to Help Copying records from one table to another.
NSERT INTO database.new_table (SELECT * FROM database.old_table); [download]