Is it possible to move rows that are 3 days old into an other table called \"Table_Archive\" automatically in mysql ones a week?
tableA ex:
ID | stri
It is possible, MySQL will execute query automatically at specific time using MySQL Event Scheduler. Check this link for more details. https://dev.mysql.com/doc/refman/5.7/en/event-scheduler.html