Hello everyone,
This might be an easy one for some but I'm a newbie...
I have a temp table that holds all of the items the user has put in their cart, when the order is actually submitted I would like to move the rows with orderID "blah" to the permanent table that will store the order info.
The two tables are exactly the same in structure and content.
T.I.A.
This might be an easy one for some but I'm a newbie...
I have a temp table that holds all of the items the user has put in their cart, when the order is actually submitted I would like to move the rows with orderID "blah" to the permanent table that will store the order info.
The two tables are exactly the same in structure and content.
T.I.A.