Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> PlL/SQL and Array Question
I am trying to pass an array into a stored function on an Oracle 7.3.4 server. First, can I pass an array to a function?
Second, is there any command/syntax for looping through all the items in the array? For example,... FOR EACH ITEM IN ARRAY blah,blah, blah... or is there a count function to find the number of items in the array so I can do a LOOP that way?
Thanks,
Sean Dolan
Received on Wed Jun 10 1998 - 11:01:17 CDT
![]() |
![]() |