PL/SQL中如何获得list集合的长度?

如题所述

使用集合函数的属性count
例如
type list_type is table of number index by binary_integer;
list_var list_type;
list_var.count
温馨提示:答案为网友推荐,仅供参考
相似回答
大家正在搜