码迷,mamicode.com
首页 > 数据库 > 详细

mysql排序的中文首字母排序和自定义排序

时间:2018-08-10 19:34:27      阅读:136      评论:0      收藏:0      [点我收藏+]

标签:order by   convert   中文   field   state   定义   mys   自定义   首字母排序   

select
		*
		FROM organ_new
		where city_code = ‘SZ0755‘ and organ_type =
		‘H‘ and state = ‘1‘
		ORDER BY 
                FIELD(organ_category,‘三级‘,‘二级‘,‘一级‘) ,#自定义排序
                CONVERT(organ_name USING gbk) COLLATE  #中文首字母排序
		gbk_chinese_ci DESC                 

  

mysql排序的中文首字母排序和自定义排序

标签:order by   convert   中文   field   state   定义   mys   自定义   首字母排序   

原文地址:https://www.cnblogs.com/zyf-yxm/p/9456460.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!