Hi
I have a table in a database within phpmyadmin and have a delete sql statement that works fine. However, as well as deleting the entry from table1 I want to copy it to table2 which is basically used as an archive. So the main table has current information and the older records are kept in table2 - is there any way to do this?
Thanks
I have a table in a database within phpmyadmin and have a delete sql statement that works fine. However, as well as deleting the entry from table1 I want to copy it to table2 which is basically used as an archive. So the main table has current information and the older records are kept in table2 - is there any way to do this?
Thanks