SQL

UPDATE 表名 SET 字段名 = REPLACE (字段名, 'old', 'new');

  

原文地址:https://www.cnblogs.com/XuPengLB/p/5646540.html