DECIMAL
The DECIMAL function converts a number to DECIMAL format.
Syntax
DECIMAL(n)
Parameters
n The number that is to be converted to decimal. This can
be any numeric data type.
Examples
10 Dec_val = DECIMAL(3) !Dec_val = 3.00