Skip to content

Instantly share code, notes, and snippets.

@argentinaluiz
Created February 7, 2015 01:55
Show Gist options
  • Save argentinaluiz/ee94417d214e8f8403c2 to your computer and use it in GitHub Desktop.
Save argentinaluiz/ee94417d214e8f8403c2 to your computer and use it in GitHub Desktop.
convert latin to utf8
update table set field=convert(cast(convert(field using latin1) as binary) using utf8);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment