MySQL is sorted by Chinese characters and Pinyin letters, and mysql is sorted by Chinese Characters

Source: Internet
Author: User

MySQL is sorted by Chinese characters and Pinyin letters, and mysql is sorted by Chinese Characters

If the MySQL encoding format is GBK character set, you can add

Order by name asc; -- sort in ascending order

If the utf8 character set is used, fields must be transcoded during sorting,

Order by convert (name using gbk) asc;

Appendix: view the MySQL encoding method

Show variables like 'character % ';



Character_set_client is the client encoding method;

Character_set_connection indicates the encoding used to establish a connection;

Character_set_database database encoding;

Character_set_results result set encoding;

Character_set_server database server code;


Author: itmyhome


Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.