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