SQL, если null, то строка
COALESCE(column, 'Unknown')
Daschi
COALESCE(column, 'Unknown')
IF ISNULL(@param) OR @param = '' THEN doSomething...