Dict.CN 在线词典, 英语学习, 在线翻译 ------------- MyGitee My腾云code My51cto

Happy_EveryDay

可以平凡 不可以平庸 无爱则无忧,无欲则无求,无怒而无敌,无怨才是佛。所有烦恼,都是放不下的执著 开源技群 328035181 MyGitee

博客园 首页 管理

2018年8月14日 #

摘要: order by case `A1` when a2 then 1 // 当值为a2,排在第一个 when a3 then 2 // 当值为a3,排在第二个 when a1 then 3 // 当值为a1,排在第三个 end asc // 按上面顺序,正序排列(也可为desc) order by c 阅读全文
posted @ 2018-08-14 10:55 cn2025 阅读(1519) 评论(0) 推荐(0)