google后测试,正常的代码是: order by convert(field using gbk) 而使用 order by binary field 是无法正确排序的。 估计若为gbk字符集,则可以直接排序。