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

Home -> Community -> Usenet -> c.d.o.tools -> About ordering in SQL

About ordering in SQL

From: Artti Jaakkola <ext-artti.jaakkola_at_nokia.com>
Date: Thu, 07 Sep 2000 06:26:55 GMT
Message-ID: <PyGt5.10147$oL4.210919@news2.nokia.com>

If I make following query:

SELECT
  ID
FROM
  SOMETABLE
WHERE
  ID IN (1, 4, 6, 2)

ID
--

2
6
4
1

Is the result always ordered like this or is there some better way to do it?

--

- Artti - Received on Thu Sep 07 2000 - 01:26:55 CDT

Original text of this message

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