Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: Array question

Re: Array question

From: Lee Kyoung Rok <tunnel_at_hananet.net>
Date: Wed, 1 Dec 1999 18:32:09 +0900
Message-ID: <pX514.1766$sI3.57089@news.hananet.net>

<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

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US