Forum Replies Created

Viewing post 1 (of 2 total)

  • RE: Sum with Isnull

    Hello Everyone,

    Thank you so much for all of your inputs. I managed to make the query work but doing this:

    SELECT QueryID, DatasetID, SUM(MEDICAL_MM) FROM

    (SELECT QueryID, DatasetID, convert (numeric,ISNULL (mm.XMLResults.value...

Viewing post 1 (of 2 total)