I need to take all rows from table1 and copy it to table2 at midnight each day. Just like a backup.
What could a possible way out?
I am using MySQL and Xampp server with PHP
I need to take all rows from table1 and copy it to table2 at midnight each day. Just like a backup.
What could a possible way out?
I am using MySQL and Xampp server with PHP
Let me know if it helps