0
I have a table that represents products in stock, it has a quantity field DECIMAL(5,3)
, i understood that are 5 digits before the comma and 3 after the comma, up to 2 decimal places before the comma is inserted/updated in the table normally, but from 3 decimal places before the comma starts to issue an error "out of range"as I can store a decimal number with more than 5 digits before the comma?