No, but you can do a final select which returns a recordset. It just doesn't use the actual Return function.
To get table information into an sp is harder. You need to concatenate the information from a field into one long string variable and then break it down to a table within the stored procedure.
or of course you can simply join to the table information you want (if it is already stored) to perform the action you want to perform.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.