Collection Contents Index Numeric data types Bit data type pdf/chap7.pdf

Reference Manual
   CHAPTER 7. SQL Data Types     

Money data types


Function 

For storing monetary data.

Top of page  MONEY data type [Money]

Function 

This data type is convenient for storing monetary data, and provides compatibility with the Adaptive Server Enterprise MONEY data type.

Syntax 

MONEY

Usage 

The MONEY data type is implemented as NUMERIC(19,4), allowing NULL.

Standards and compatibility 

See also 

SMALLMONEY data type

Top of page  SMALLMONEY data type [Money]

Function 

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.

Syntax 

SMALLMONEY

Usage 

The SMALLMONEY data type is implemented in Adaptive Server Anywhere as a user-defined data type, as NUMERIC(10,4), allowing NULL.

Standards and compatibility 

See also 

MONEY data type

Top of page  

Collection Contents Index Numeric data types Bit data type pdf/chap7.pdf