Hi All,
I have a table Customer which has values like below
CustomerName
Sam Billisto(sbillisto)
Som Hanks (shanks)
jennifer shin(jshin)
I have another table CustomerKey which has following columns and values
CustomerloginCustKey
sbillisto1233
shanks3344
jshin8897
Now i want to join these two tables so that i can get CustKey for each customer (Basically i want to join values which is in bracket of customer column to CustomerLogin column)
Can someone please advice. Thanks