mysql 按照姓氏排序

1.如果是gbk存储 order by name asc

2.非GBK

order by convert(name using gbk) asc

posted @ 2016-03-23 14:45  王大西  阅读(776)  评论(0)    收藏  举报