how this ought to behave for multi-dimensional arrays. Per discussion,
not having it at all seems better than having it with what might prove
to be the wrong behavior. We can always add it later when we have consensus
on the correct behavior.
-
+
Functions and Operators
-
-
array_upper(ARRAY[1,2,3,4], 1)
4
- |
-
-
- cardinality(anyarray)
-
-
- int
- returns the length of the first dimension of the array
- (special case of array_length for SQL
- compatibility)
- cardinality(array[1,2,3])
- 3
-
|