When use numeric type, for example like this numeric(4,2)
and if store in him number 1.2
, at end of number are adding zeros for filling scale
part right? that is result is 1.20
There is possible to save "short" scale as "short"? that is without adding zeros at end ?