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

Re: Arrays in PL/SQL?

From: Norman Neil <obspg_at_fortress.awinc.com>
Date: 1997/08/12
Message-ID: <01bca6b7$3e7f7e20$2d70c2cf@fswcnslt.northwood.ca>#1/1

If you are using PL/SQL 2.3, then you can use PL/SQL tables as arrays. They use an index of type BINARY_INTEGER.
If this is of any use to you, email me for more specific info.

Norm
Steven H. <steven_at_hovington.demon.co.uk> wrote in article <01bc9d8e$4288a6e0$6655989e_at_hovington.demon.co.uk>...
> Could anyone tell me if Oracle PL/SQL supports
> array type variables? Thanks in advance.
>
> Steven Hovington.
>
  Received on Tue Aug 12 1997 - 00:00:00 CDT

Original text of this message

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