Laravel this is not only a practical framework, it is also a programming style
I want use WhereIn and Groupby in Same Query to fetch Result.
$loadids=explode("#@*",$reciptdet->loading_id); $loadingdatas=DB::table('loading')->groupBy('vehicle_no')->whereIn('id',$loadids)->get();
Aucun commentaire:
Enregistrer un commentaire