OK, I'm new and not sure I understand. The table is already created, so I'm not sure I understand what the SHOW CREATE TABLE does...??? And what is a regex? All I tried so far with this is the following, and the records weren't inserted.
"INSERT INTO order_items SELECT * FROM store_shoppertrack";
I want to copy the contents of store_shoppertrack into order_items which has the identical structure.
Can you help me a little more? Thanks.