摘要:
update 表名set text类型字段名=replace(convert(varchar(8000),text类型字段名),'要替换的字符','替换成的值')1.update ntext:(1)varchar和nvarchar类型是支持replace,所以如果你的text/ntext不超过8000/4000可以先转换成前面两种类型再使用replace。update 表名set text类型字段... 阅读全文
posted @ 2010-11-25 10:38
s80895304
阅读(947)
评论(0)
推荐(0)