Skip to content

ARRAY_REMOVE

ARRAY_REMOVE(array, to_remove)

Given a source array, returns an array with all elements equal to the specified value to_remove removed. Returns NULL if array or to_remove is NULL.