set @xml=(select * from SubMetaTable where SUBMETA_PK=677 for xml auto,elements xsinil,root) set @xml.modify('delete //ACC_NO')//这样是删除一个节点 如果我 ...