/ Published in: MySQL
URL: http://www.mediacollege.com/computer/database/mysql/find-replace.html
remove the square brackets
Expand |
Embed | Plain Text
UPDATE [table_name] SET [field_name] = REPLACE([field_name],'[string_to_find]','[string_to_replace]');
You need to login to post a comment.
