Declare dynamic array in Oracle PL/SQL -
is there easy way declare dynamic array in oracle pl/sql?
i need use array can contain 100,000 numbers , other times need store 3 numbers
there 3 types of collection in pl/sql. varrays
have fixed maximum number of elements. if use nested table or associative array instead, can add many element want.
for further reading: pl/sql collections , records
Comments
Post a Comment