Fixed-Point Decimal Literals
Fixed-point decimal literals can exactly represent DECIMAL(p,s)
and MONEY values. These can include a decimal point:
-123.456 00123456 +123456.0
The digits to the right of the decimal point in these examples are the fractional portions of the numbers.