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 in PL/SQL

Re: Array in PL/SQL

From: H. John C. Hopkins <john_nospam_at_hpe.ufl.edu>
Date: 1998/03/16
Message-ID: <6ejbpa$ni2@no-names.nerdc.ufl.edu>#1/1

Feuerstein's PL/SQL book has a pretty good workaround for this, using--as you suggested--PL/SQL tables.

-JCH Richard Hoffbeck wrote in message ...
>[This followup was posted to comp.databases.oracle.misc and a copy was
>sent to the cited author.]
>
>In article <6efikv$187$1_at_nnrp1.dejanews.com>, mouyang_at_yahoo.com
>says...
>> Hi all,
>>
>> I want to use arrays in PL/SQL. Is there any way to implement a pseudo
>> array or implement variables act as array?
>
>Take a look at the documentation for PL/SQL TABLES (not to be
>confused with SQL TABLES :-) which is as close as you'll get to arrays
>in PL/SQL.
>
>--rick
>
Received on Mon Mar 16 1998 - 00:00:00 CST

Original text of this message

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