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 -> tables of tables

tables of tables

From: David Tatum <dtatum_at_my-deja.com>
Date: Wed, 12 Jan 2000 21:26:25 GMT
Message-ID: <85irhe$l67$1@nnrp1.deja.com>


 tables of tables

  Is there any way to get around not having tables of tables?

  ie:

  type table1 is table of number(10);

  temp1 table1;

  type table2 is table of temp1%type;

  As you can see I am trying to create arrays of arrays...

  thanks in advance,

  David

  dtatum_at_3mc.com

--
David Tatum
Software Engineer
Third Millennium Communications Inc.
125 Clairemont Ave. Suite 100

Sent via Deja.com http://www.deja.com/
Before you buy. Received on Wed Jan 12 2000 - 15:26:25 CST

Original text of this message

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