mysql 查找替换

update products set price = replace(price,’天’,’月’);

 

update TABLE set f1 = replace(f1,’str_old’,’str_new’);

发表评论

您的电子邮箱地址不会被公开。 必填项已用*标注