SQL SERVER: 3 Methods to Handle NULL for String Concatenation

added by lionofdezert
1/18/2011 9:06:26 AM

125 Views

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.


0 comments