Forum Replies Created

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

  • RE: SUM

    cheers.

  • RE: SUM

    I've just had a thought.

    Can I add up all the columns and select them as 1 column, such as 'SELECT (col1 + col2 + col3....) AS RentTotal FROM Rent WHERE...

  • RE: SUM

    I think its the (col1 + col2 + col3) that I need.

    Thanks for your help.

    Sam.

  • RE: SUM

    Do you mean using SUM(col1+col2+col3) is almost instant?

  • RE: SUM

    Sorry, the nested loops are nothing to do with the SUM function. I need the 3 loops to 1)get the account, 2)generate rent, 3)add invoice.

    It's just that when executing...

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