mysql replace 替换函数

UPDATE ecm_goods SET description = replace(description,'原字符串', '替换为') WHERE 条件;

上一篇:Combination Sum 解答


下一篇:ADO数据库链接