Mysql in 排序

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Mysql in 排序相关的知识,希望对你有一定的参考价值。

SELECT `id` FROM `topic` WHERE `id` IN (‘444‘,‘512‘,‘447‘,‘509‘,‘504‘,‘445‘,‘511‘) ORDER BY FIELD(id,‘444‘,‘512‘,‘447‘,‘509‘,‘504‘,‘445‘,‘511‘)


SELECT `id` FROM `topic` WHERE `id` IN (‘444‘,‘512‘,‘447‘,‘509‘,‘504‘,‘445‘,‘511‘) ORDER BY INSTR(‘444,512,447,509,504,445,511‘, CONCAT(‘,‘, id,‘,‘))


以上是关于Mysql in 排序的主要内容,如果未能解决你的问题,请参考以下文章

mysql in 排序 也可以按in里面的顺序来排序

Mysql in 排序

mysql 按照 where in 排序

mysql find_in_set(str,strlist)函数使用(in 按照里面的id排序)

准备好的语句,`WHERE .. IN(..)` 查询和排序 - 使用 MySQL

按mysql中select语句“in”子句中的值顺序排序