The empty string (“ ”or ‘ ’) is always stored as a single space in variables and column data.
"abc" + "" + "def"
The empty string is never evaluated as NULL.