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: extracting keys from associative array

Re: extracting keys from associative array

From: William Robertson <williamr2019_at_googlemail.com>
Date: 21 Feb 2007 00:22:25 -0800
Message-ID: <1172046145.024541.61240@q2g2000cwa.googlegroups.com>


On Feb 20, 1:54 pm, Filipe David Borba Manana <fdman..._at_cern.ch> wrote:
> is there any function in PL/SQL to return an array containing all the
> keys from an associative array (hash table)?
>
> i want to do something like this in Perl:
>
> array = sort keys %myhash;
>
> but in PL/SQL of course...
>
> (and by the way, is there also a sorting function?)
>
> Many thanks

No, and no.

I'm intrigued though - why would you need an array containing all the keys from an associative array? Received on Wed Feb 21 2007 - 02:22:25 CST

Original text of this message

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