【发布时间】:2015-04-06 08:50:00
【问题描述】:
我在 db 列“guid”中有 URL
http://example.com/wp-content/uploads/2014/03/Waterproofing2.png
我要改成
http://example.com/blog/wp-content/uploads/2014/03/Waterproofing2.png
我需要将所有 URL 替换为
http://example.com/wp-content/uploads/
到
http://example.com/blog/wp-content/uploads/
【问题讨论】:
-
更新查询有什么问题?
标签: mysql sql string wordpress url