sql server 批量更新某一字段内的数据 update

UPDATE 表名 set 字段名 = replace(字段名,'原数据','新数据');

原文地址:https://www.cnblogs.com/Tdazheng/p/14836191.html