Laravel Model 結果集隨機獲取

結果集隨機獲取其實就是隨機排序.code

Code:
$query->orderBy(\DB::raw('RAND()'));排序

相關文章
相關標籤/搜索