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

posted on 2014-02-20 10:05  小写K  阅读(574)  评论(0)    收藏  举报