decimal
function
Casts the value expr
to DECIMAL.
Returns
The result is DECIMAL(10, 0).
This function is a synonym for CAST(expr AS decimal(10, 0))
See cast function for details on casting.
Updated Aug 04, 2022
decimal
function Casts the value expr
to DECIMAL.
The result is DECIMAL(10, 0).
This function is a synonym for CAST(expr AS decimal(10, 0))
See cast function for details on casting.