Subject Re: NUMERIC or DECIMAL?
Author sdbeames
> Quote:
> The theoretical difference between NUMERIC and DECIMAL is that
NUMERIC will
> store exactly p digits, whereas DECIMAL will store not fewer than
p 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