size of table (type table is table of number)
Hi,
I'm searching how to obtain the length of a table type...
in a stored procedure, I receive a argument and this argument is an array(type table of numbers or varchars...)
As I must loop this array(to make inserts for example) I would like to know the number of records in this array.
Is it possible?
can you please give me an example?
thanks in advance,
Michael.
|