mysql如何根据汉字首字母排序 复制代码 代码如下: select areaName from area order by convert(areaName USING gbk) COLLATE gb Mysql 2022-04-08 242 点赞 3 评论 366 浏览