sql

node
Tags:

Replace data in MySQL Tables

UPDATE table_name SET field_name=REPLACE(field_name, 'findfor', 'replacewith')