Morning, I'll get right to it. I only use SQL occasionally so hopefully this is an easy question for more of you.
I have an Account table and a Contact table. Multiple Contacts per Account. I want to move data from the Contact table to the Account table such as email address and fax number.
For those Accounts that have only 1 contact, I have successfully inserted that contacts info into the Account.
However, I am having problems with those Accounts that have multiple Contacts.
If an Account has 5 Contacts, I actually don't care which of those Contacts I pull the data from...it's a long story. The only thing I need to do is select only 1 Contact record that contains that AccountID and move the data over.
This is a one time transfer and will not need to be run ever again.
Thanks for any help!
I have an Account table and a Contact table. Multiple Contacts per Account. I want to move data from the Contact table to the Account table such as email address and fax number.
For those Accounts that have only 1 contact, I have successfully inserted that contacts info into the Account.
However, I am having problems with those Accounts that have multiple Contacts.
If an Account has 5 Contacts, I actually don't care which of those Contacts I pull the data from...it's a long story. The only thing I need to do is select only 1 Contact record that contains that AccountID and move the data over.
This is a one time transfer and will not need to be run ever again.
Thanks for any help!