ms sql:替换栏位值为null

需求:需要将ms sql 2k ent一个数据库的一个表的栏位值由字符串替换成null
语句:update table_example set column_example=NULL where ....

btw,判断是否为NULL必须用 is NULL或者is not NULL。