Fixed-point binary representations
The provides
the following data types to support the binary representations of
SQL fixed-point data types.
| data type | SQL fixed-point data type |
|---|---|
| mi_decimal, mi_numeric | DECIMAL |
| mi_money | MONEY |
Both the DECIMAL and MONEY data types use the same internal format to store a fixed-point value.