i have one stored procedure with multiple column output, the output may vary depends on input parameter, i want to get the output of store procedure in select statement, if the store procedure output is there otherwise null
To get the output of the store procedure having multiple output in select statment
Collapse