hello, I found some data type problem in field name netto. When I input 241 on netto, the data is inserted. But when I input 2410000, data not inserted, and find an error like this.
The error is detail: 'A field with precision 10, scale 4 must round to an absolute value less than 10^6.',
I have change datatype to DOUBLE,INTEGER,FLOAT,BIGINT. But its not working. Anyone can help me?