select NVL( string1, replace_with) from table1
--  功能:如果string1為NULL,則NVL函數返回replace_with的值,否則返回string1的值。