How can I select columns with specific collation from mysql?
- by liuxingruo
Hey guys,
I wondering how can I select columns with specific collation.
For example, I want to select all the columns which their collation is utf-8.
How can I get these things done?
Thanks very much!