Replace string in MySQL query

UPDATE `table` SET `row` = REPLACE(`row`, 'from_string', 'to_string');

post a comment