DB2 Scalar functions - ARRAY_DELETE
The ARRAY_DELETE function deletes elements from an array.
The schema is SYSIBM.
The result of the function has the same data type as array-expression. The result array is a copy of array-expression, with the following modifications:
The result can be null; if array-expression is null, the result is the null value.
SETRECENT_CALLS = ARRAY_DELETE(RECENT_CALLS)
SETFLOOR_TILES = ARRAY_DELETE(FLOOR_TILES,'PK5100','PS2500')