Created
June 19, 2022 13:41
-
-
Save maxout/3c248040f4b00ee5e84072f3b69841a5 to your computer and use it in GitHub Desktop.
replace string in column
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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