Start of change

ARRAY_TRIM scalar function

The ARRAY_TRIM function deletes elements from the end of an ordinary array.

Read syntax diagramSkip visual syntax diagramARRAY_TRIM( array-expression, numeric-expression)

The ARRAY_TRIM function is identical to the TRIM_ARRAY function. For more information, see TRIM_ARRAY scalar function.

End of change