Skip to content

Instantly share code, notes, and snippets.

@maxout
Created June 19, 2022 13:41
Show Gist options
  • Save maxout/3c248040f4b00ee5e84072f3b69841a5 to your computer and use it in GitHub Desktop.
Save maxout/3c248040f4b00ee5e84072f3b69841a5 to your computer and use it in GitHub Desktop.
replace string in column
UPDATE property_group_option_translation SET custom_fields= REPLACE (custom_fields ,'search','replace');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment