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: Connor McDonald <connor_mcdonald_at_yahoo.com>
Date: Wed, 01 Dec 1999 20:04:21 +0800
Message-ID: <38450EC5.5154@yahoo.com>


amerar_at_ci.chi.il.us wrote:
>
> 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.

Options

You can have arrays of records

You can arrays of your own datatypes

You can simulate a two dimensional arrays using intelligent choice of indexes

HTH
--



Connor McDonald
"These views mine, no-one elses etc etc" connor_mcdonald_at_yahoo.com

"Some days you're the pigeon, and some days you're the statue." Received on Wed Dec 01 1999 - 06:04:21 CST

Original text of this message

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