替换文本内容

update tk_question set stem=replace(cast(stem as varchar(max)) ,'被替换文本','替换文本')

 

查询字段内容长度

select DATALENGTH (字段) from table

相关文章: