时间:2021-07-01 10:21:17 帮助过:25人阅读
MySql 字符串替换
SET autocommit = 0 UPDATE nova.fixed_ips SET address = REPLACE (address, ‘192.168.216‘,‘192.168.218‘) WHERE address LIKE ‘192.168.216%‘
本文出自 “欢迎评论,欢迎点赞” 博客,请务必保留此出处http://swq499809608.blog.51cto.com/797714/1877373
MySQl 经典语句
标签:mysql replace