Need Help in transferring data among the tables

View: New views
2 Messages — Rating Filter:   Alert me  

Need Help in transferring data among the tables

by jmohan1984 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


Hi all,

            I am using MySQL database. I need to transfer the data from one table to another within a mysql database based on the particular time interval. Is it possible to transfer data among the tables a database automatically. Please help me.


Thanks in Advance,

J. Mohan

Re: Need Help in transferring data among the tables

by akath :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

 you can write cron job for this task. See following link to know how to write cron job if you don't know.
http://www.aota.net/Script_Installation_Tips/cronhelp.php3

Aruna Kathiriya
CIGNEX Technologies
jmohan1984 wrote:
Hi all,

            I am using MySQL database. I need to transfer the data from one table to another within a mysql database based on the particular time interval. Is it possible to transfer data among the tables a database automatically. Please help me.


Thanks in Advance,

J. Mohan