Viewing 15 posts - 16 through 30 (of 36 total)
October 6, 2017 at 9:24 am
October 6, 2017 at 7:41 am
August 29, 2017 at 8:14 pm
August 29, 2017 at 7:13 am
SELECT
A.ProductCode,
CASE A.FranchiseCode
WHEN ''
THEN B.FranchiseCode
ELSE A.FranchiseCode END AS FranchiseCode
FROM...
August 29, 2017 at 5:39 am
You can do the same thing with...
August 27, 2017 at 7:42 pm
You can do the same thing with...
August 27, 2017 at 7:40 pm
SELECT COALESCE(col1,0) + COALESCE(col2,0) + ......
August 25, 2017 at 4:36 am
August 25, 2017 at 4:34 am
August 25, 2017 at 4:21 am
Viewing 15 posts - 16 through 30 (of 36 total)