SMALLINT
| Whole numbers, ranging from -32,767 to +32,767.
|
INTEGER
| Whole numbers, from -2,147,483,647 to +2,147,483,647.
|
DECIMAL (p,s)
| Fixed-point numbers, of scale s and precision p.
|
MONEY
| Currency values, of a definable scale and precision.
|
DECIMAL (p)
| Floating-point numbers of precision p (or by default, 16).
|
FLOAT
| Floating-point, double-precision numbers.
|
SMALLFLOAT
| Floating-point, single-precision numbers.
|