批量替换文章缩略图地址 update dede_archives set litpic=(REPLACE(litpic,/style/images/]/uploads/style/images/)); 批量替换正文内容超链接: update dede_addonarticle set body=replace(body,href=http://www.baidu.com,href=h... 批量替换文章缩略图地址: update dede_archives set litpic=(REPLACE(litpic,'/style/images/','/uploads/style/images/')); 批量替换正文内容超链接: update dede_addonarticle set body=replace(body,'href="http://www.baidu.com','href="http://www.adminbuy.cn'); 批量替换正文内容: update dede_addonarticle set body=replace(body,'原来的字符','替换后的字符') 批量替换正文中图片路径: update dede_addonarticle set body=replace(body,'/uploads/','/目录/uploads/'); 批量替换文章标题: update 'dede_archives' set title=replace(title,'百度','谷歌'); 批量替换描述中关键词: update 'dede_archives' set description=replace(description,'百度','谷歌'); 批量替换文章发布作者: update dede_archives set writer='你需要修改的作者' WHERE writer='修改后'; 批量替换文章来源: update dede_archives set source='...
内容已隐藏,请关注公众号输入验证码查看
本帖支持关注公众号查看
【无套路 无套路 无套路 扫描二维码关注公众号发送【验证码】收到验证码 在上面输入点击提交查看即可显示隐藏内容】
|