Created
February 17, 2016 01:42
-
-
Save urkh/e77d6597630c511b1fe1 to your computer and use it in GitHub Desktop.
convert latin1 chars 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