SQL 过滤文本

SQL 过滤文本

 

 

 

ColName是ntext格式,里面放一些html代码,我想把中间的段落标记<p>和</p>清除

 
update TestTable set ColName=replace(cast(ColName as varchar(8000)),'<pre>','')
update TestTable set ColName=replace(cast(ColName as varchar(8000)),'</pre>','')
posted @ 2011-03-16 10:24  Marksion  阅读(283)  评论(0编辑  收藏  举报