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

Thread: retrieve records in disperse way

  1. #1
    Join Date
    Sep 2006
    Posts
    3

    retrieve records in disperse way

    i am having a records like abcde, i know the way of executing them in ascending/descending,but how to retrieve the records in b,d,a,c like. with out using unions

    please help me out in this issue

  2. #2
    Join Date
    Sep 2002
    Location
    England
    Posts
    7,334
    what are you ordering on though, your post is just random - or do you want a random order?

  3. #3
    Join Date
    Jul 2005
    Posts
    16
    If there Are No Resrtication in Sorting Order Then Try This In Where Condation

    "where dbms_utility.get_hash_value(dump(rowid),0,100)<10;"

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