Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Later
-
3.0.0
-
None
-
None
Description
Function | Return Type | Description | Example | Result |
---|---|---|---|---|
array_upper(anyarray, int) | int | returns upper bound of the requested array dimension | array_upper(ARRAY[1,8,3,7], 1) | 4 |
https://www.postgresql.org/docs/current/functions-array.html