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 -> sort

sort

From: Mary <mabraham_tp_at_hotmail.com>
Date: 10 Nov 2003 09:11:19 -0800
Message-ID: <7a71941b.0311100911.5e49478a@posting.google.com>


I have two lists (19,21,20,22,23) and (1,2,3,4,5). The second list corresponds to the values in the first list. I would like to sort the first list as (19,20,21,22,23) As a result the second list should become (1,3,2,4,5)

How should I do this? Please help

Thanks Received on Mon Nov 10 2003 - 11:11:19 CST

Original text of this message

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