Created
April 4, 2023 02:42
-
-
Save achmadhadikurnia/0fbcb00ce19d78a3db7af1d47a619c70 to your computer and use it in GitHub Desktop.
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 table | |
SET field = REPLACE(field, 'replace string', 'replace to') | |
WHERE field LIKE '%replace string%' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment