For
select * from (call myProc())
you can use result views.
Just create your procedure with a result view (SAP HANA Reference: CREATE PROCEDURE) and after successful creation, there will be a column view that you can query via SQL.
- Lars
For
select * from (call myProc())
you can use result views.
Just create your procedure with a result view (SAP HANA Reference: CREATE PROCEDURE) and after successful creation, there will be a column view that you can query via SQL.
- Lars