update时使用Replace替换某个字符

update table1 set [A] = REPLACE([A],'and','&&') 


修改table1中 A列的数据

替换and为&&符号

原文地址:https://www.cnblogs.com/EleMMent/p/3273242.html