UPDATE tables SET name = REPLACE(name,'a','b');

tables为表名,name为字段名,a为原始内容,b为替换为。

更新tables表中name字段中数据a为b

标签: MYSQL

添加新评论