L
L
Lofan2016-05-18 20:59:44
PHP
Lofan, 2016-05-18 20:59:44

How to transfer the data of certain users from the adjacent table daily?

There are 2 tables: name1 and name2
At the end of the day, you need to copy the data of the login, pass fields from the name1 table to the name2 table into the login2, pass2 fields

Answer the question

In order to leave comments, you need to log in

3 answer(s)
G
guras256, 2016-05-19
@Lofan

http://blog.nagaychenko.com/2009/11/30/scheduler-and...
the very first link in google..

D
dmitriy, 2016-05-18
@dmitriylanets

cron

A
Anton, 2016-05-19
@MoonMaster

Not quite familiar with MySQL, but on an Oracle base, I would create a trigger that actually inserts data from table 2 into table 1, and then clears table 1. This trigger would be stuffed into Job.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question