/ Published in: MySQL
Expand |
Embed | Plain Text
UPDATE TABLE_NAME SET FIELD_NAME = REPLACE(FIELD_NAME, 'find this string', 'replace found string with this string');
You need to login to post a comment.
nielsenrc on 03/02/11
3 people have marked this snippet as a favorite
wirenaught
Some0ne
jeremydouglass
UPDATE TABLE_NAME SET FIELD_NAME = REPLACE(FIELD_NAME, 'find this string', 'replace found string with this string');
You need to login to post a comment.