Is the a way to call stored procedure in koala: for example in SQL this are: ``` call someStoredProcedure('param1','param2'): ``` Thant you, in advance for help.