update `wp_posts` set `post_content`=REPLACE(`post_content`,'localhost/linkcp','www.linkcp.cn') where `post_content` like '%localhost/linkcp%';
替換wp_post表post_content列中的localhost/linkcp字段為www.linkcp.cn
查詢條件是post_content字段中有類似localhost/linkcp的字段
update `wp_posts` set `post_content`=REPLACE(`post_content`,'localhost/linkcp','www.linkcp.cn') where `post_content` like '%localhost/linkcp%';
替換wp_post表post_content列中的localhost/linkcp字段為www.linkcp.cn
查詢條件是post_content字段中有類似localhost/linkcp的字段
本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。