decimal
function
Applies to: Databricks SQL
Databricks Runtime
Casts the value expr
to DECIMAL. This function is a synonym for CAST(expr AS decimal(10, 0))
. See cast function for details.
Updated Sep 25, 2023
decimal
function Applies to: Databricks SQL
Databricks Runtime
Casts the value expr
to DECIMAL. This function is a synonym for CAST(expr AS decimal(10, 0))
. See cast function for details.