Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> question about ordering in a table
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