Hello all,
I have the following xml and I'm trying to build a query that will output ids of both familyid element and memberid element under each family node. Is it possible using sql?
DECLARE @XML XML;
SET @XML =
N'
I have the following xml and I'm trying to build a query that will output ids of both familyid element and memberid element under each family node. Is it possible using sql?
DECLARE @XML XML;
SET @XML =
N'