select NVL( string1, replace_with) from table1
--  功能:如果string1为NULL,则NVL函数返回replace_with的值,否则返回string1的值。