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: How to get "...WHERE test IN (5,23,2,12,56)" in this order

Re: How to get "...WHERE test IN (5,23,2,12,56)" in this order

From: andrija <ar35644_at_fer.hr>
Date: Thu, 10 Jan 2002 13:56:25 +0100
Message-ID: <a1k32l$4qn0$1@as201.hinet.hr>

"Steffen Ramlow" <s.ramlow_at_gmx.de> wrote in message news:a1k2b1$r8kmt$1_at_ID-54600.news.dfncis.de...
> isn't it so that this results in a stmt like this:
>
> SELECT ...WHERE product_id IN (5,23,2,12,56) order by 2;
>
> is this what Dirk wanted?

No, he wanted to sort it so that first appear those with product_id=5, then those with product_id=23, ... Received on Thu Jan 10 2002 - 06:56:25 CST

Original text of this message

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