Posted inGeneral Script for synchronizing two tables Posted by By Haneef Puttur July 7, 2009No Comments Script for synchronizing two tables table 1 : rec_exp table 2 : tm name = common column in both tables arn = common in both tables Update rec_exp a Set name= (select name from tm where arn=a.arn); . Haneef Puttur View All Posts Post navigation Previous Post Mysql Query to Excel ExportNext PostReplace ; with Line Break