Hi All,
I am trying to call a stored procedure from sql editor using the below syntax.
call "sys_bic"."store_proc"("test")
store_proc takes a scalar input parameter and returns a table type as out put parameter.
Can anyone please let me know how to bind the output of store_proc to the results in sql editor
Thanks,
Goutham