原数据 

MySQL 汉字字段 拼音排序_00

排序后

MySQL 汉字字段 拼音排序_00_02

SELECT
	c1 
FROM
	test 
ORDER BY
	CONVERT ( c1 USING gbk )