I have two tables: campaigns and accounts
In accounts I have accountid column and accountName column.
In campaigns I have ExternalCustomerId and AccountDescriptiveName.
ExternalCustomerId holds accountid
So what I am trying to do is to get list of all campaigns and join the account Name to table where External Customer Id = account id

But all what I have tried without any luck
Thanks