mysql 按照 where in 排序

Posted 马会东的博客

tags:

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

select * from user_extend where `unique` in(
[email protected]‘,
[email protected]‘,
[email protected]‘,
[email protected]

)
order by field(`unique`,‘[email protected]‘,
[email protected]‘,
[email protected]‘,
[email protected]
) ;

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

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

Mysql in 排序

Mysql从入门到入魔——3. 查询排序WHERE过滤

MySQL的排序方式

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

让sql语句不排序,按照in语句的顺序返回结果