Accueil > Blog > Geek > Replace string in MySQL query

Replace string in MySQL query

04/03/2010 — Mots-clés : — Classé dans Geek

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

Rédiger un commentaire