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();
via Chebli Mohamed
Aucun commentaire:
Enregistrer un commentaire