Skip to content

Instantly share code, notes, and snippets.

@borivojevic
Created November 28, 2011 12:21
Show Gist options
  • Select an option

  • Save borivojevic/1400206 to your computer and use it in GitHub Desktop.

Select an option

Save borivojevic/1400206 to your computer and use it in GitHub Desktop.
Replace a word in BLOB text by MySQL
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