假设test表中有A,B字段
id字段中有19, 23, 21, 2, 129…
要求:19, 23, 21, 2, 129剩下的按照b字段正序排列
select * from test order by field(a,19,23,21,2,129) desc , b asc
效率有待考证
要发表评论,您必须先登录。