有没有人知道如何在SAP Hana(存储过程)中获取数组的最大索引。
如何通过一次调用填充的SAP Hana String数组获得最大索引 我正在寻找类似的东西:
MaxIdx := stringarray.RowCount;
答案 0 :(得分:0)
您可以使用
功能获得最大索引CARDINALITY
对于你的例子:
MaxIdx := CARDINALITY(:stringarray);
来源:http://help.sap.com/hana/sap_hana_sql_script_reference_en.pdf