Created
June 14, 2019 07:02
-
-
Save Guley/86cd8804211d27a2a0a599e6eeacd0c9 to your computer and use it in GitHub Desktop.
Replace string from column mysql
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_name SET column_name = concat('', substring(column_name, 7)) WHERE `column_name` like '%string/%' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment