nvarchar 删除 tab 空格
摘要:
update PersonInfo set PersonFamilyInf=REPLACE(PersonFamilyInf, CHAR(13) , '') update PersonInfo set PersonFamilyInf=REPLACE(PersonFamilyInf, CHAR(10) , '') update PersonInfo set PersonFamilyInf=REPLACE(PersonFamilyInf, CHAR(9) , '') 删除 回车,换行,tab 空格, 阅读全文
posted @ 2012-11-26 17:26 gwazy 阅读(211) 评论(0) 推荐(0)
浙公网安备 33010602011771号