laravel multiple group by

35

$routes = DB::table('route')
->groupBy('rte_origin', 'rte_destination')
->get();

Comments

Submit
0 Comments