MySQL的批量替换,可以使用 REPLACE 函数,下面是具体用法:
REPLACE(field,find_str,replace_str):
字段field的内容中的find_str
将被 替换为 replace_str
。
例如:
update wp_posts set post_content=replace(post_content,'www.jjhr.net','abc11524.sg-host.com');
MySQL的批量替换,可以使用 REPLACE 函数,下面是具体用法:
REPLACE(field,find_str,replace_str):
字段field的内容中的find_str
将被 替换为 replace_str
。
例如:
update wp_posts set post_content=replace(post_content,'www.jjhr.net','abc11524.sg-host.com');
链接到文章: https://vpsum.com/42042.html