mercredi 7 octobre 2020

How to filter data from store procedure using when clause or where clause?

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