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