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

Home -> Community -> Usenet -> c.d.o.server -> PL/SQL Arrays - 2 dimensional?

PL/SQL Arrays - 2 dimensional?

From: Jeremy Ovenden <newspostings_at_hazelweb.co.uk>
Date: Sat, 15 Feb 2003 16:29:43 -0000
Message-ID: <MPG.18b87b4fe1e138589896bd@news.cis.dfn.de>

Take the following:

create or replace package x
is
type array is table of varchar2(2000) index by binary_integer; procedure p;
end;
/

I am looking for a way to define another data type which allows me to have an array of arrays if that makes sense.

Possible?

-- 

jeremy
Received on Sat Feb 15 2003 - 10:29:43 CST

Original text of this message

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