Re: PL/SQL tables (sorting?)

From: Gerald Bull <gerald.bull_at_fmr.com>
Date: Fri, 22 Oct 1999 13:34:45 -0400
Message-ID: <3810A035.370F6B1D_at_fmr.com>


You should be able to sort it using a simple bubble sort, quick sort, or other sorting method of choice. Algorithms for these should be readily available.

Jerry.

Nick Willemse wrote:

> Hello Oracle gurus
>
> I have a small PL/SQL problem: I am retrieving some rows from the oracle
> database into a PL/SQL table. Now how can I sort this table alphabetically
> after retrieving the rows before returning the rows from the procedure?
>
> thank you in advance
> nick.out
> nwillemse_at_sixdegrees.com
Received on Fri Oct 22 1999 - 19:34:45 CEST

Original text of this message