Hi,
I have two table with same field:

Id int,
Content text,
Inserttime datatime,
Updatetime datatime

I want to do this:
If id not in the other table, then insert it,
if id is same, and inserttime diffirent, then insert it to the other table ;
if id is same, and updatetime diffirent, then update it to the other table ;
I don't know if exist this tool, the target is synchronize two table to the 
same except ID field.

Reply via email to