/ Published in: SQL
URL: http://www.mediacollege.com/computer/database/mysql/find-replace.html
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.
