Return to Snippet

Revision: 18570
at October 2, 2009 10:23 by aleprieto


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
MySQL find and replace

Initial Tags

                                

Initial Language
SQL