Subject | Re: NUMERIC or DECIMAL? |
---|---|
Author | sdbeames |
Post date | 2004-10-22T20:50:02Z |
> Quote:NUMERIC will
> The theoretical difference between NUMERIC and DECIMAL is that
> store exactly p digits, whereas DECIMAL will store not fewer thanp digits.
So my question is...where would you use NUMERIC rather than DECIMAL?
If you used DECIMAL(3,2) and tried to store 1234567.89, would it not
allow it?
Thanks,
Steve