Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.0 » SQL Anywhere Server - SQL Reference » Using SQL » SQL data types » Money data types

 

SMALLMONEY data type

The SMALLMONEY data type is used to store monetary data that is less than one million currency units.

Syntax
SMALLMONEY
Remarks

SMALLMONEY is implemented as a domain, as NUMERIC(10,4).

See also
Standards and compatibility
  • SQL/2003   Vendor extension.