MySql 字符串替换
SET autocommit = 0 UPDATE nova.fixed_ips SET address = REPLACE (address, '192.168.216','192.168.218') WHERE address LIKE '192.168.216%'
转载于:https://blog.51cto.com/swq499809608/1877373
MySql 字符串替换
SET autocommit = 0 UPDATE nova.fixed_ips SET address = REPLACE (address, '192.168.216','192.168.218') WHERE address LIKE '192.168.216%'
转载于:https://blog.51cto.com/swq499809608/1877373