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

Thread: Compare two record

  1. #1
    Join Date
    Jun 2003
    Location
    Vietnam
    Posts
    9

    Compare two record

    Hi all,
    I have a database to store information about person(Exp: name, sex, birthday...). The information of one person is not stored in one table, it is stored in some table. I want to count the same column's value of two person (same name, same sex...). I did it but it take too much time, very slow when the number of person is so big( I compare column with column, increase count variable if two column is the same but i think my algorithm is not optimal). Could you teel me how to do this to speed up?
    Thankyou so much!
    Best regard!

  2. #2
    Join Date
    Aug 2002
    Location
    Colorado Springs
    Posts
    5,253
    Can you post your current methodology -- the actual code?
    David Aldridge,
    "The Oracle Sponge"

    Senior Manager, Business Intelligence Development
    XM Satellite Radio
    Washington, DC

    Oracle ACE

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