Array in PL/SQL

Array in PL/SQL

Post by Richard Hoffbe » Mon, 16 Mar 1998 04:00:00



[This followup was posted to comp.databases.oracle.misc and a copy was
sent to the cited author.]


says...

Quote:> 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

 
 
 

Array in PL/SQL

Post by H. John C. Hopkin » Tue, 17 Mar 1998 04:00:00


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

-JCH


>[This followup was posted to comp.databases.oracle.misc and a copy was
>sent to the cited author.]


>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


 
 
 

1. Arrays in PL-SQL

Hi,
Can u suggest me a help site for creating arrays in SQL.

I will greatly appreciate your help.

Thanks
Ravi

---------------------------(end of broadcast)---------------------------
TIP 3: if posting/reading through Usenet, please send an appropriate

message can get through to the mailing list cleanly

2. PL/SQL Questions

3. ARRAY in PL/SQL ???

4. Remote sendmail

5. Arrays in PL/SQL?

6. ADSM vs Netbackup (Oracle/Solaris)

7. How to initialize an array in PL/SQL?

8. Postgres install problem

9. Arrays iin PL/SQL

10. Array in PL/SQL?

11. passing array to PL/SQL using OCI

12. Array in PL/SQL