SQL: How to create two fields based on same field from another table?
问题 I am sure this is quite easy to find, but through my searching I have been unable to find a solution. I'm probably not looking for the right keywords, so hopefully someone can help me. I have two tables and I am trying to run a select query that will create two new fields based on the same field from another table. Example: Table1 contains two fields called AgencyCountryCode and ClientCountryCode so I need to create two new fields called AgencyCountryName and ClientCountryName . In Table2 I