Last active
December 31, 2020 07:38
-
-
Save phamngsinh/587e84c7bfb90e7f27984ca389e73830 to your computer and use it in GitHub Desktop.
Find and Replace text in the entire table using a MySQL query
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, text_needs_to_be_replaced, text_required); | |
| https://smagic39.com |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://smagic39.com