Deprecated: parse_url(): Passing null to parameter #1 ($url) of type string is deprecated in /www/wwwroot/blog_qqvbc_com/usr/plugins/Access/Access_Core.php on line 339

Deprecated: parse_url(): Passing null to parameter #1 ($url) of type string is deprecated in /www/wwwroot/blog_qqvbc_com/usr/plugins/Access/Access_Core.php on line 392

Deprecated: parse_url(): Passing null to parameter #1 ($url) of type string is deprecated in /www/wwwroot/blog_qqvbc_com/usr/plugins/Access/Access_Core.php on line 394
mysql 替换某字段内容 - Joyber 的博客

替换图片域名

UPDATE `mallProductImage` SET `image` = replace (`image`,'yjike.com','maxcx.net') WHERE id>0;
UPDATE `mallProduct` SET `image` = replace (`image`,'yjike.com','maxcx.net') WHERE id>0;
UPDATE `mallProductDescription` SET `content` = replace (`content`,'yjike.com','maxcx.net') WHERE id>0;
UPDATE `mallCategory` SET `image` = replace (`image`,'yjike.com','maxcx.net') WHERE id>0;

标签: none

添加新评论