--select * from CommitteeTermMember
--where MemberID= 3742273
Declare @OldID int = 3742273
Declare @NewID int = 6217786
Update CommitteeTermMember
Set MemberID =@NewID where MemberID=@OldID
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article