/ 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.
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.