Created
February 7, 2015 01:55
-
-
Save argentinaluiz/ee94417d214e8f8403c2 to your computer and use it in GitHub Desktop.
convert latin to utf8
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=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