select t.*, t.rowid from TB_SD_STANDARD_CHOOSE_ADVISE t where t.id =323900000
update TB_SD_STANDARD_CHOOSE_ADVISE t set t.standardName=replace(t.standardName,chr(13),‘去除了回车‘) where t.id=323900000
update TB_SD_STANDARD_CHOOSE_ADVISE t set t.standardName=replace(t.standardName,chr(10),‘去除了空格‘) where t.id=323900000
原文:http://www.cnblogs.com/lowerCaseK/p/oracle_replace_null_enter.html