smallint
function
Applies to: Databricks SQL
Databricks Runtime
Casts the value expr
to SMALLINT
. This function is a synonym for CAST(expr AS SMALLINT)
. See cast function for details.
Get started
Load & manage data
Work with data
Administration
Reference & resources
CLUSTER BY
clause (TABLE)mask
clauseROW FILTER
clauseUpdated Dec 26, 2024
smallint
function Applies to: Databricks SQL
Databricks Runtime
Casts the value expr
to SMALLINT
. This function is a synonym for CAST(expr AS SMALLINT)
. See cast function for details.