1 Matching Annotations
- Jan 2023
-
www.postgresql.org www.postgresql.org
-
The array subscript numbers are written within square brackets. By default PostgreSQL uses a one-based numbering convention for arrays, that is, an array of n elements starts with array[1] and ends with array[n].
-