Replace string in MySQL query
04/03/2010 — Mots-clés : MySQL — Classé dans Geek
UPDATE `table` SET `row` = REPLACE(`row`, 'from_string', 'to_string');
04/03/2010 — Mots-clés : MySQL — Classé dans Geek
UPDATE `table` SET `row` = REPLACE(`row`, 'from_string', 'to_string');