Return to Snippet

Revision: 46884
at May 27, 2011 04:29 by BFTrick


Initial Code
update [table_name] set [field_name] = replace([field_name], '[string_to_find]', '[string_to_replace]');

Initial URL
http://www.mediacollege.com/computer/database/mysql/find-replace.html

Initial Description


Initial Title
Find & Replace Text With MySQL

Initial Tags
mysql, sql, replace, find

Initial Language
SQL