Re: PL/SQL

From: Deniz Oztan <oztand_at_bms.com>
Date: 1999/10/01
Message-ID: <37F4D6CB.B603B769_at_bms.com>#1/1


Well depends PL/SQL version. If you are using the new one PL/SQL 2.3 then use
di_dist Nodes.FIRST
if not then only way is LOOP.

Deniz

Andreas Schwaiger wrote:
>
> i have following script
>
> TYPE Nodes IS TABLE OF NUMBER(10,0) INDEX BY BINARY_INTEGER;
> di_dist Nodes;
>
> When i fill the di_dist with Numbers, how can I get the minimum value
> without using a LOOP statement?
> Thanks
> Andi
Received on Fri Oct 01 1999 - 00:00:00 CEST

Original text of this message