Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Select Query Default Order

638331May 8 2008 — edited May 9 2008
Hi,

I have a question on the order of result return by select query if we do not specify order by clause.

Is there a way from system level we can force the order into sequentail order?

i.e. Table EMP ( Col1 Number, Col2 Name);

select * from EMP returns the result in random order of IDs. If I want it to return in Order by ID asc without changing my code ( SQL Query ), will it be possible to force the query at the database system level.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 6 2008
Added on May 8 2008
8 comments
2,091 views