I need to update one table that looks like the following.
ItemID FID1 FID2 FID3 FName1 FName2 FName3
100084 2545 2536 2535
Using data from another table. The other table looks like:
FID FName
2545 Name 1
2534 Name 3
2536 Name 2
I want the updated table to look like:
ItemID FID1 FID2 FID3 FName1 FName2 FName3
100084 2545 2536 2535 Name 1 Name 2 Name 3
What is a clean way to do this in a single query?
ItemIDcolumn. Then you pour gasoline and acid on the file that contained the first table so you never make such an atrocity again.