Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago
Solved

create column from different tables

I have 2 tables, and I want to add the Region column to Table 2 based on the Customer Name match. If there is a customer name match, I'd like the region to match what is in Table 1. If there is not a match (i.e. Customer 'C'), I want the value to be Unknown. Can someone assist me with this?

 

Table 1

Customer NameRegion
AUSA
BEurope

 

Table 2

Customer NameRegion (desired column)
AUSA
BEurope
CUnknown

2 Replies