nullifzero
function
Applies to: Databricks SQL Databricks Runtime 16.0 and later
Returns NULL
if expr
is 0
, or expr
otherwise. This function is a synonym for `if(expr = 0, null, expr)`.
CLUSTER BY
clause (TABLE)mask
clauseROW FILTER
clause更新しました 2024/12/11
nullifzero
function Applies to: Databricks SQL Databricks Runtime 16.0 and later
Returns NULL
if expr
is 0
, or expr
otherwise. This function is a synonym for `if(expr = 0, null, expr)`.