Updating Contact association to new Account
I need to switch the "Contacts" associated with one account to another account on the back-end. Is this as easy as changing the key in the s_contact table for the field pr_dept_ou_id or will that not work? Any information concerning this is appreciated. The below code is what I'm thinking will accomplish this.
update s_contact set pr_dept_ou_id='winner_row_id' where pr_dept_ou_id='loser_row_id'