laravel 按照whereIn中給定陣列順序輸出

bigdaxin發表於2021-12-27
$ids; // array of ids 
$placeholders = implode(',',array_fill(0, count($ids), '?')); // string for the query 
Operation::whereIn('id', $ids) ->orderByRaw("field(id,{$placeholders})", $ids)->get();

參考連結:stackoverflow.com/questions/261762...

本作品採用《CC 協議》,轉載必須註明作者和本文連結
放肆瘋狂,委婉灑脫。

相關文章