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: Sort Alogorithmus

Re: Sort Alogorithmus

From: Rohrbacher, Ing. Boris <rohbo_at_sbox.tu-graz.ac.at>
Date: 1998/06/18
Message-ID: <358972C3.63A24F13@sbox.tu-graz.ac.at>#1/1

Hi Josef

> I have a plsql-table and need to sort this table have anyone a
> alogorithmus ?
> i can't use the order by of sql statement !!!
>

algorithm depends on how and what you would like to sort.Please give an example how your table will look like.
 for instance : type la_rec_typ is record ( p pls_integer, l pls_integer, i pls_integer ) ; type la_table_typ is table of la_rec_typ index by binary_integer ;

  tab                   la_table_typ;

--
Received on Thu Jun 18 1998 - 00:00:00 CDT

Original text of this message

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