SELECT * FROM tableName WHERE order by substring_index(‘179906362505 , 63323849672846 , 1842319481513 , 11931471166161 , 926221118 , 12457165595367740002 , 55434 , 929787‘,id,1);
在laravel中是这样的"对象->whereIn(‘id‘,$idArr)->orderByRaw(DB::raw("FIELD(id, $instr)")); "
whereIn中的变量很明显是个数组
orderByRaw中的变量很明显是个字符串
原文:http://www.cnblogs.com/qiyongchu/p/4986232.html