MySQL 中文字符集排序

SELECT 字段名 FROM 表 ORDER BY CONVERT(字段名 USING gbk) ASC;

posted @ 2017-07-31 15:17  WilburXu  阅读(357)  评论(0)    收藏  举报