Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
4 years ago

Merge two table on two columns with OR operator

Looking to merge two table on two columns A and B. However, I want to do the following:  Try to match on column A and ONLY IF column A is empty, try to find a match in column B.  What I have now: ...