Search & Replace in MySQL DB


/ Published in: SQL
Save to your folder(s)

SQL to alter field contents. linked article is in german.


Copy this code and paste it in your HTML
  1. UPDATE TABLE SET fieldname =
  2. REPLACE(fieldname, 'search', 'replacewith');

URL: http://jowra.com/journal/2006/03/suchen-und-ersetzen-in-mysql-datenbanken

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.