Hello,

In the same database, we performed a copy of a schema (exp/imp fromuser1 touser2).

One of our developer noticed that he has a result not ordered in the same way when he execute the same statement (a jointure beteween tow tables). I asked him to you ORDER BY to garantee the same order ... But I would like to know more about the order of a select statement (in our case, we have the same result, and I think that rows were inserted in the same order ...).

Thanks a lot in advance