更新某xml字段,若此字段为null就插入一段xml,不为空就更改节点的值。
update Yourtable set COlumn1 =case when COlumn1 IS NULL then 'xml' else 'value' end