mercredi 29 janvier 2020

Wrong object type: 7 ERROR: WITHIN GROUP is required for ordered-set aggregate mode in laravel

hello all I have a problem here message from sentry.io ERROR: WITHIN GROUP is required for ordered set set aggregate mode, I develop in production and production with the same code, in develop there are no problems that occur but in production there are errors like that Is it because of the database version difference or because my code has an error?

 $vendor  = DB::table('master.vendor_client as cv')
                    ->leftJoin('master.vendor as fv','fv.id','=','cv.vendor_id')
                    ->select('cv.*','fv.name','fv.mode','fv.vendor_type')
                    ->orderBy('cv.id')
                    ->get();   


from Newest questions tagged laravel-5 - Stack Overflow https://ift.tt/2O5095d
via IFTTT

Aucun commentaire:

Enregistrer un commentaire