Reference Manual
CHAPTER 7. SQL Data Types
For storing monetary data.
This data type is convenient for storing monetary data, and provides compatibility with the Adaptive Server Enterprise MONEY data type.
MONEY
The MONEY data type is implemented as NUMERIC(19,4), allowing NULL.
SQL/92 Vendor extension.
Sybase Monetary data types in Adaptive Server Anywhere are implemented as user-defined data types, and are primarily intended for compatibility with Adaptive Server Enterprise.
The data type is convenient for storing monetary data that is not too large, and provides compatibility with the Adaptive Server Enterprise SMALLMONEY data type.
SMALLMONEY
The SMALLMONEY data type is implemented in Adaptive Server Anywhere as a user-defined data type, as NUMERIC(10,4), allowing NULL.
SQL/92 Vendor extension.
Sybase Monetary data types in Adaptive Server Anywhere are implemented as user-defined data types, and are primarily intended for compatibility with Adaptive Server Enterprise.