array_remove
function
Applies to: Databricks SQL Databricks Runtime
Removes all occurrences of element
from array
.
Arguments
array
: An ARRAY.element
: An expression of a type sharing a least common type with the elements ofarray
.