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