Please let me question about how to replace blank & NULL value in SELECT. I have a column that is defined by VARCHAR like below. It has blank and NULL values in some row. How can I replace both blank and NULL in SELECT?
Replacing NULL with 0 in a SQL server query -> This thread answered replacing only NULL
col1
------------
abc
------------
def
------------
NULL <<<<<<<<<< NULL
------------
ghi
------------
<<<<<<<<<< Blank
------------
jkl