- Categories:
STRIP_NULL_VALUE¶
Converts a JSON null value to a SQL NULL value. All other variant values are passed unchanged.
Syntax¶
Arguments¶
variant_exprAn expression of type VARIANT.
Returns¶
If the expression contains a JSON null value, the function returns a SQL NULL.
If the expression does not contain a JSON null value, the function returns the input value.