Reference material for ARRAY_REVERSE function
Parameter | Description | Supported input types |
---|---|---|
<array> | The array to be reversed | ARRAY of any type |
ARRAY
of the same type as the input array
[6,3,2,1]
Only the outermost array is reversed for nested arrays:
[[8,9], [7], NULL, [4,5], [1,2,3]]