Skip to content
Advertisement

Laravel multi result set query builder

I have a MSSQL stored procedure :

JavaScript

And i am executing this with my laravel app :

JavaScript

It just returns me the first SELECT query result.

How can i get both result sets?

Advertisement

Answer

Solved by writing bellow function :

JavaScript
User contributions licensed under: CC BY-SA
10 People found this is helpful
Advertisement