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.