Created
November 28, 2011 12:21
-
-
Save borivojevic/1400206 to your computer and use it in GitHub Desktop.
Replace a word in BLOB text by 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 levels set data=replace(data, 'PositionComponent', 'TransformComponent') where data like '%PositionComponent%'; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment