0
aka mysql find-and-replace ou le rechercher/remplacer de votre bdd
Par exemple…
UPDATE nom_table SET nom_champ = REPLACE(nom_champ, 'string a trouver', 'string à remplacer')
DATE 20 Déc 2008
Par exemple…
UPDATE nom_table SET nom_champ = REPLACE(nom_champ, 'string a trouver', 'string à remplacer')