ASA SQL Reference
SQL Data Types
Money data types
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 a domain, as NUMERIC(19,4), allowing NULL.
SQL/92 Vendor extension.
Sybase Monetary data types in Adaptive Server Anywhere are implemented as domains, and are primarily intended for compatibility with Adaptive Server Enterprise.