mysql如何根据汉字首字母排序
这篇文章主要介绍了mysql根据汉字首字母排序sql语句,需要的朋友可以参考下
代码如下:
select areaName from area order by convert(areaName USING gbk) COLLATE gbk_chinese_ci asc
说明:areaName为列名
area为表名
- 上一篇:Mysql存储过程和函数区别介绍
- 下一篇:mysql中模糊查询的四种用法介绍
精彩图集
精彩文章
@CopyRight 2002-2008, 1SOHU.COM, Inc. All Rights Reserved QQ:1010969229