Forum Replies Created

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

  • RE: Aggregate query problem

    Hi Jeff,

    Thanks for the reply. I dont understand what you mean. I thought the first part of the correlated subquery gave me what I was looking for in setting the...

  • RE: Aggregate query problem

    Thanks very much. That worked a treat. I modified the final SELECT to aggregate, as it is easier to read.

    SELECT colA, MAX(colB) FROM CTE GROUP BY colA

    Thanks again!

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