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 -> Array question

Array question

From: <amerar_at_ci.chi.il.us>
Date: Tue, 30 Nov 1999 19:49:17 GMT
Message-ID: <8219nr$ucs$1@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. Received on Tue Nov 30 1999 - 13:49:17 CST

Original text of this message

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