I want to update some rows which be include some null fields.
How can I update these rows in SQL Server?
I am asking because a rows has got 180 fields. 🙂
Please help me.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I think I understand what you are asking. This will generate an update statement for each column in your table that will set it’s value to 0 if it’s value is null.