I have two tables that have matching columns called "displayname." How can I update certain fields within the first table based on matching displaynames in the second table.
Table1
Table2
Common column: displayname
Fields that need to be update for matching records: email, telephone, pager, userid.
I hope this is clear. Thanks.
Start Free Trial