I have the following class:
Class temp.test7 [ Owner
I am able to successfully call this stored procedure using:
however I would ideally want to be able to call this stored procedure using a SELECT statement:
- I am aware that documentation explicitly mentions using 'CALL' to execute a stored procedure. I, however, need to use a SELECT statement to align with how some of the existing components of the Cache application I am working with, are built.
- If 'CALL' is the only way to call this stored procedure then why is it possible to call a class query i.e.

.png)
