Does anyone know how to get the Max Index of an array in SAP Hana (stored procedure).
How can I get the Maximum Index via a single call for populated SAP Hana String array.
I am looking for something similar to:
MaxIdx := stringarray.RowCount;