PL/SQL arrays
From: V Rajan <vrajan_at_aadt.com>
Date: Tue, 19 Jul 1994 15:40:28 GMT
Message-ID: <Ct727H.2Mn_at_uunet!aadt>
Date: Tue, 19 Jul 1994 15:40:28 GMT
Message-ID: <Ct727H.2Mn_at_uunet!aadt>
How can I declare an array (table ..) of a RECORD type ??
PL/Sql does not seem to like this .....
type StaffInfoRec is RECORD
(dt_t date,
fh number(4),
dh number(4),
do number(2) );
type StaffInfoTab is table of StaffInfoRec(10)
index by BINARY_INTEGER;
Rajan, V Received on Tue Jul 19 1994 - 17:40:28 CEST
