Re: I need to change all data in two fields



JanineB wrote:
I have a table holding all of our customers information. Two of the fields are SocialSecuityNumber and DateOfBirth. For all 2500 customers, I need to set the SS# to 000000000 and the DateOfBirth to 25413. Can you tell me how to do this?

UPDATE table_name
SET SocialSecurityNumber = '000000000',
DateofBirth = 24513
--
MGFoster:::mgf00 <at> earthlink <decimal-point> net
Oakland, CA (USA)
.