[Laravel] クエリーにDISTINCTを使う 2016年8月5日2017年3月29日 @84kure distinct()メソッドを使う。 PHP $orders = Order::distinct()->select('customer_id')->get(); 1 $orders = Order::distinct()->select('customer_id')->get();