FIXED
The data type (data_type) FIXED(p,s)
defines a fixed point number (fixed_point_literal).
A column is defined that has a fixed point number with precision p
and s
number of decimal places (0<p<=38, s<=p)
. If no s
is specified, it is assumed that there are 0
decimal
places.
The data type FIXED
is specified during column definition.