Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)

  • RE: Union Xml Output

    If the table schemas are different and a direct UNION won't work - I would suggest:

    SELECT ( SELECT field1

    , field2

    ...

  • RE: Union Xml Output

    Can we assume that both tables are identical except for the output node name? The XML AUTO (or PATH) and UNION would work that way - but if the...

Viewing 2 posts - 1 through 2 (of 2 total)