Defining Arrays
In postgres, an array can be defined using the array
syntax like so:
If you are inserting into an existing array column, you can use the array literal syntax.
Postgres also supports two-dimensional arrays.
Last updated
In postgres, an array can be defined using the array
syntax like so:
If you are inserting into an existing array column, you can use the array literal syntax.
Postgres also supports two-dimensional arrays.
Last updated