Update columns with Null values in sql server


Many times we want to update some values when a Column in NULL. Using below script we can update it

update table_name
set column_name = value

where column_name is null






Update columns with Null values in sql server  Update columns with Null values in sql server Reviewed by NEERAJ SRIVASTAVA on 11:06:00 AM Rating: 5

No comments:

Powered by Blogger.