/ Published in: SQL
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
UPDATE TABLE_NAME SET FIELD_NAME = REPLACE(FIELD_NAME, ‘find this string’, ‘REPLACE found string WITH this string’);