Return to Snippet

Revision: 42775
at March 10, 2011 09:52 by BoNzO


Initial Code
update TABLE_NAME set FIELD_NAME = replace(FIELD_NAME, 'find this string', 'replace found string with this string');

Initial URL

                                

Initial Description

                                

Initial Title
Find and Replace on MySQL

Initial Tags
mysql

Initial Language
MySQL