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

2.非GBK

order by convert(name using gbk) asc

相关文章: