Other than setting ANSI_NULLS to on/off, is there a function I can use which automatically 'un-nulls' anything that is null, for the purpose of a select query?
Right now I have employed some CASE statements, which check to see if something is NULL. If so, the select query gives a character in place, otherwise the entire query is a NULL!
Thanks