DBAsupport.com Forums - Powered by vBulletin
Results 1 to 3 of 3

Thread: default order by

  1. #1
    Join Date
    Oct 2001
    Posts
    127
    If a order by clause is not there in a query ,so it will sort randomly or based on some index.

  2. #2
    Join Date
    Aug 2001
    Location
    Waterloo, On
    Posts
    547
    Oracle or any relational database does not guarantee output in any order since table is basically an unordered set of rows. You can expect output in random order.

    Raminder Singh

    Oracle Certified DBA: Oracle 8i, 9i


    Mail me at raminderahluwalia@rediffmail.com.

  3. #3
    Join Date
    Jun 2001
    Location
    Helsinki. Finland
    Posts
    3,938
    Originally posted by Raminder
    Oracle or any relational database ...[/B]
    Let's say almost relational database :-)


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width