Subject | Re: Copying data from one table to another |
---|---|
Author | Ed Dressel |
Post date | 2008-10-13T22:54:35Z |
> Insert into PersonInfo (Client_ID, PersonType, PhoneNumber) selectThanks Alexandre--but I need to clarify.
> Client_ID, 0, PhoneNumber from ClientInfo
The record in the destination table will already--I just need to move
the data to the existing record.
I'm thinking I need a stored proc. Right?