Skip to Content
0
May 24, 2018 at 07:01 AM

The precision of the decimal value is larger than the target precision

4751 Views Last edit May 24, 2018 at 07:05 AM 2 rev

Hello All,

I have a column datatype-d as decimal (18,2). All the data for that field has been successfully inserted for the field.

But when I do an aggregation on this field, specifically, sum then it throws me an error.

[314]: numeric overflow: the precision of the decimal value is larger than the target precision: 18 at function __copy_trex_field_Fixed8_check__() (at pos 7) .

Can you please tell me what have I done wrong to get this issue.

Thanks,

AJ