mysql查询语句根据in中的条件进行排序 发表于2018年1月24日 作者 admin select * from user_info where user_id in(3,1,2) order by field(user_id,3,1,2)
收藏了,赞赞。