Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Array question
<amerar_at_ci.chi.il.us>ÀÌ(°¡) ¾Æ·¡ ¸Þ½ÃÁö¸¦ news:8219nr$ucs$1_at_nnrp1.deja.com¿¡
°Ô½ÃÇÏ¿´½À´Ï´Ù.
>
>
>
>
> Hello,
>
> Oracle PL/SQL has the capability for a one dimentional array such as
> this:
>
> type myArray is table of VARCHAR2(10) index by binary_integer;
> v_fielda myArray;
>
> Does it have the capability to do a two dimentional array?
>
> Arthur
> amerar_at_ci.chi.il.us
>
>
> Sent via Deja.com http://www.deja.com/
> Before you buy.
Record type instead of VARCHAR2(10) Received on Wed Dec 01 1999 - 03:32:09 CST
![]() |
![]() |