+ 1
How can a data be moved from one table to another table automatically,maybe houry or daily?
5 ответов
+ 3
You can read data from table 1 and write to table 2.
After that delete the data in table 1.
+ 3
Here something about cron job. Good luck.
https://en.m.wikipedia.org/wiki/Cron
+ 2
You could start an app that this do with a periodicaly CRON job of the server
or you cold use similar way to this:
https://sololearn.com/compiler-playground/wog9vFBtJwcd/?ref=app
+ 1
I created a website,in which I want the data to be moved from one table to another everyday,automatically
+ 1
Atleast you understood me,let me check it out