http://www.dqhxz.com/post_572.html 如 select @emailtitle = replace(@emailtitle,' [ ',' [[] ') --1 select @emailtitle = replace(@emailtitle,' % ',' [%] ') --2 select @emailtitle = replace(@emailtitle,' _ ',' [_] ') --3 select @emailtitle =
http://www.dqhxz.com/post_572.html
如
select @emailtitle = replace(@emailtitle,'[','[[]')--1
select @emailtitle = replace(@emailtitle,'%','[%]')--2
select @emailtitle = replace(@emailtitle,'_','[_]')--3
select @emailtitle = replace(@emailtitle,'^','[^]')--4