If this is your first visit, be sure to check out the FAQ by clicking the link above.
You may have to register before you can post: click the register link above to proceed.
To start viewing messages, select the forum that you want to visit from the selection below.
I am exporting some data from a web page, the data is changing and what I would like to do is check if the new data I am adding has changed and if it has copy the old row to another table and add the new data.
Is this somthing that MySql can do? I was thinking of using replace and using a tigger. Any help would be great.