Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: cusotm sort in order by

Re: cusotm sort in order by

From: Kenneth C Stahl <BluesSax_at_Unforgettable.com>
Date: Tue, 03 Aug 1999 08:24:39 -0400
Message-ID: <37A6DF87.71E5BD1F@Unforgettable.com>


That isn't a sort. The term 'sort' implies collation by pre-defined order. Typically this is canonically in alphabetic order. Your example doesn't provide any explanation for how you arrived at your non-alphabetic order. Therefore it is impossible to derive an algorithm whereby the data ordering can be performed.

Nandakumar wrote:

> I like to sort the rows of a table in a custom order of a column.
> Say the table T(A,B) has values for B as
> 'Snake' 'Dog', 'Horse', 'Elephant'.
> I would want the select to list the values in the order
> 'Dog' 'Hosrse' 'Snake' 'Elephant'. (** Not in ASC or DESC orders)
>
> Would appreciate any help.
> --
> Nandakumar
> Systems Analyst
> New York
> (N.Kumar_at_rocketmail.com)
>
> Sent via Deja.com http://www.deja.com/
> Share what you know. Learn what you don't.
Received on Tue Aug 03 1999 - 07:24:39 CDT

Original text of this message

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