Viewing 2 posts - 1 through 2 (of 2 total)
August 29, 2017 at 7:18 am
#1957226
I did it this way:
SELECT A.ProductCode,CASE A.FranchiseCode WHEN '' THEN B.FranchiseCode ELSE A.FranchiseCode END AS FranchiseCode
FROM Table_A AS...
August 28, 2017 at 8:25 am
#1957091