- MySql 字符串替换
SET autocommit = 0 UPDATE nova.fixed_ips SET address = REPLACE (address, ‘192.168.216‘,‘192.168.218‘) WHERE address LIKE ‘192.168.216%‘
时间: 2024-10-10 05:30:27
SET autocommit = 0 UPDATE nova.fixed_ips SET address = REPLACE (address, ‘192.168.216‘,‘192.168.218‘) WHERE address LIKE ‘192.168.216%‘