zeroifnull
function
Applies to: Databricks SQL Databricks Runtime 16.0 and later
Returns 0
if expr
is NULL
, or expr
otherwise. This function is a synonym for `coalesce(expr, 0)`.
CLUSTER BY
clause (TABLE)mask
clauseROW FILTER
clauseAtualizado 11/12/2024
zeroifnull
function Applies to: Databricks SQL Databricks Runtime 16.0 and later
Returns 0
if expr
is NULL
, or expr
otherwise. This function is a synonym for `coalesce(expr, 0)`.