Hi,
I need to write a stored procedure that looks at a phone number field in my database and if the phone number starts with (513) [5-9](6 more digits), I need to update the area code to be (999)-original 7 digits.
For example:
i have a phone number that is (513)566-7788, I need to update it so it is now (999)566-7788.
Can someone assist me in writing this into a stored procedure?
thanks in advance!
I need to write a stored procedure that looks at a phone number field in my database and if the phone number starts with (513) [5-9](6 more digits), I need to update the area code to be (999)-original 7 digits.
For example:
i have a phone number that is (513)566-7788, I need to update it so it is now (999)566-7788.
Can someone assist me in writing this into a stored procedure?
thanks in advance!