You are here

Search and replace in db

update table_name set field_name = replace(
field_name, 'original text',
'replacement text');
code type: