/ Published in: SQL
SQL to alter field contents. linked article is in german.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
UPDATE TABLE SET fieldname = REPLACE(fieldname, 'search', 'replacewith');
URL: http://jowra.com/journal/2006/03/suchen-und-ersetzen-in-mysql-datenbanken