0
kicks
SQL SERVER: 3 Methods to Handle NULL for String Concatenation
If any of parameter/value used in string concatenation is found NULL, whole result becomes NULL. Here are three methods used to overcome this problem.