If you concatenate a string and NULL, the expression evaluates to the string.
select "abc" + NULL + "def"
----- abcdef