标签:logs markdown 中文 highlight pos 编码 转换 pre class
1.mysql对中文进行排序
注:是用convert函数用gb2312编码转换
SELECT * FROM 表名 ORDER BY CONVERT(字段名 USING gb2312 ) ASC;
mysql聚合函数操作
原文地址:http://www.cnblogs.com/ssjifm/p/7581618.html