Re: Arrays iin PL/SQL

From: AMARENDRA B NETTEM <nettama_at_charlie.cns.iit.edu>
Date: 1996/11/16
Message-ID: <328D6B4F.2F03_at_charlie.cns.iit.edu>#1/1


EDB wrote:
>
> Hi,
>
> I'm writing a PL/SQL program and would like to know if there's anyway of
> using an array concept in PL/SQL just like in other lang.
> If yes, how to do that? Can I also do such thing in PL/SQL, e.g.
>
> variable1, variable2, variable3 , ...etc is variables defined as
> varchar.
>
> in my PL/SQL pgm, can I have such code?
>
> For T in 1 .. 3 loop
>
> tmp := 'variable' || T;
> test := tmp;
>
> end loop;
>
> would like tmp to refer to the variable, i.e. variable1, variable2,etc.
> How can I do that in PL/SQL?
>
> Appreciate your help.
>
> TIA ....
>
> Mun Kong
You can use arrays in PL/SQL tables...
Check the manual for syntax.

-- 
    AMARENDRA B NETTEM
    ORACLE CONSULTANT
    WHITTMAN-HART CORPORATION, CHICAGO
    (http://www.iit.edu/~nettama)
Received on Sat Nov 16 1996 - 00:00:00 CET

Original text of this message