Hi Ruc,
You can call stored procedures from BO
using this style syntax
select c1, c2, c3, c4 from my_stored_procedure('parm1', 'parm2')
I think this is similar to how you can call a PAL library in HANA that has a stored procedure wrapper.
JB
Hi Ruc,
You can call stored procedures from BO
using this style syntax
select c1, c2, c3, c4 from my_stored_procedure('parm1', 'parm2')
I think this is similar to how you can call a PAL library in HANA that has a stored procedure wrapper.
JB