Need the ability to query directly from a SP

We are migrating from Sybase IQ to Memsql and one of the features we are missing is running a select statement on a SP

Eg: Select * from SP_LOANS();

This will help us significantly for the users to have more control on writing the encapsulated queries considering Memsql do not have the anonymous SQL feature.
We cannot use TVF because of the limitations it has of having one select statement.

Would the SP return a query type value (QTV)?

And if we gave you multi-statement TVFs (that could have bodies similar to an SP) would that meet your needs?

Tell us a bit about what SP_LOANS() would look like in your case, if you don’t mind. E.g. can you show sample source code?

And if you are using exactly this in Sybase IQ, if you can post a link to the Sybase IQ documentation page for the feature, that’d be great.

Hi @franklw do you think you could respond to my above comment?

I have also similar issue any suggestion for this so please reply. Thanks in advance.