mysql按指定顺序排序

select id,name from htms_center_freight_users  where id in(114,112,91,223,134) order by  find_in_set(id,'114,91,223,134,112');

  

原文地址:https://www.cnblogs.com/blog-dyn/p/7240851.html