Avatar of vpnsol123
vpnsol123

asked on 

SQL XML

I have a database that has multiple records that contain XML formatted data.  I need a way to take the XML data from rows with a common key and merge it together to be outputted.  Currently when I take the data and place it in a document and save it as XML it tells me can't have multiple top level documents.  What is the best way for me to combine these lines?
DatabasesMicrosoft SQL ServerSQL

Avatar of undefined
Last Comment
ste5an

8/22/2022 - Mon