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

Home -> Community -> Mailing Lists -> Oracle-L -> question about ordering in a table

question about ordering in a table

From: Ryan <rgaffuri_at_cox.net>
Date: Tue, 14 Oct 2003 19:09:24 -0800
Message-ID: <F001.005D316B.20031014190924@fatcity.com>


If I have a table that does not have any indexes or keys. If I insert 10 records. Will there ever be a case that when I do a select on that table without an 'order by' clause that the result set will return in a different order? Assume the table is read only. No DML is performed on it.

So I insert
1
2
3
4
5
6
7
8
9
10

I do select * from table; Will the data always be returned in that order?

--

Please see the official ORACLE-L FAQ: http://www.orafaq.net
--

Author: Ryan
  INET: rgaffuri_at_cox.net

Fat City Network Services    -- 858-538-5051 http://www.fatcity.com
San Diego, California        -- Mailing list and web hosting services
---------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing). Received on Tue Oct 14 2003 - 22:09:24 CDT

Original text of this message

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