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.