Forum Replies Created

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

  • RE: SUM() returns exponent based value instead of 0

    To correct the problem I have decided to change the columns DataType from Float(Length: 8, Precision: 53) to Decimal(Length: 9, Precision: 18, Scale: 2).

    Any comments/notes regarding my decision?

  • RE: SUM() returns exponent based value instead of 0

    jxflagg,

    I'm not looking to round the sum to an interger.

    ThomasH,

    Your suggestion is causing the following error "Arithmetic overflow error converting float to datatype numeric"

    Here is sample data from one of...

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