SyntaxFix
Write A Post
Hire A Developer
Questions
You can use CAST and CONVERT to switch between different types of encodings. See: http://dev.mysql.com/doc/refman/5.0/en/charset-convert.html
SELECT column1, CONVERT(column2 USING utf8) FROM my_table WHERE my_condition;