WORDPRESS 批量替换日志内某字段内容

update  `a1024202437`.`wp_posts` set `post_content` =REPLACE(post_content,'http://down.xxxxx.net/Thunder5.8.6.600.exe','#')



输入update命令:update 某数据表名 set 此表某字段=REPLACE(此表某字段,’原来内容’,’新内容’)

转载请注明:来自一流的窝
本文地址:http://wendaoliu.cn/2009/08/20/646464.html



0 条评论

我要留言