Forum Replies Created

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

  • RE: How to join 3 tables

    The query needs to be dynamic though...so I tried dividing by Count(dbo.IIRPS_HPOO_JVM.JVM) it resulted in 1, which is definitely not correct.

  • RE: Aggregate may not appear in the WHERE clause unless...

    Thank you, but I am now getting this error:

    Column 'dbo.IIRPS_HPOO_LPAR.OnlineMemory' is invalid in the HAVING clause because it is not contained in either an aggregate function or the GROUP BY...

  • RE: ROWNUM after WHERE Clause

    I need to sort all the rows and then select the first 15 with the smallest height difference. Your method selects the first 15 and then sorts them. ...

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