SQL has an isNull function..
IsNull(ColumnName,value) as ColumnName
so the value would replace anything that would be null.
A better option would be to have the source data NOT accept nulls in that column and make the default value an empty string.