DMDS Tech TB Posted 2 Years ago through
Ask
I am wanting to combine or insert a node in an xml column into a node in another xml column. How can this be done with an update statement?
DECLARE @aTable AS TABLE(ID VARCHAR (5), ParentXML XML, ChildXML XML)
INSERT INTO @aTable ([ID], [ParentXML],[C...