Subject Numeric Datatype question
Author Andrew McBeath
Reading the doc (page 64 of the DataDef.pdf), it says that numeric always
stores as many digits as the maximum size of the field.

My question is:

Will Numeric(5,0) store 1 as 00001 or just 1? Or will an insert of 1 into
that field fail as it doesnt contain enough digits?


Cheers,

Andrew