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