Move rows from TableA into Table-Archive

前端 未结 4 1086
夕颜
夕颜 2021-01-01 01:24

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         


        
4条回答
  •  执念已碎
    2021-01-01 02:12

    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

提交回复
热议问题