Below is my code, I want to fetch data from stored procedure and filter data using where clause but where or when doesn't work with select clause;
DB::select('exec my_stored_procedure(?,?)', [$a, $b])
-> where(// condition); //this is not working
via Chebli Mohamed
Aucun commentaire:
Enregistrer un commentaire