Mysql按照字段首字母排序

select * from tableName order by convert( name using gbk)  DESC

tableName 是表名,name是该表中的字段名 ,降序排列 DESC

你可能感兴趣的:(Mysql按照字段首字母排序)