xuchao0506

mysql中按照中文首字母A-Z排序

select `id`,`name` from `user` order by  convert(`name` using gbk) asc;

 

分类:

技术点:

相关文章: