如:
 declare @xml xml
set @xml=(select * from SubMetaTable where SUBMETA_PK=677 for xml auto,elements xsinil,root) set @xml.modify('delete //ACC_NO')//这样是删除一个节点
如果我要删除多个节点:DTYPE,Source,Name,Type那么我又该如何写呢,求解各位达人?