Forum Replies Created

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

  • RE: Query output to XML

    My issue is now resolved, Many thanks.

  • RE: Query output to XML

    Hi,

    Thanks for your last reply. Apologies for the delay in replying I have been attempting to complete the query myself, unfortunately without any luck.

    The message that is displayed...

  • RE: Query output to XML

    Hi,

    Thanks for your reply.. Here's where I'm stuck at, I have the query below in place.

    select ' ';

    SELECT

    DATE,

    NAME,

    sum(TOTAL),

    FROM TABLE1

    WHERE (DATE > @date1 AND DATE < @date2 )

    ...

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