How to use PostgreSQL arrays
In this small article, I am going to show you how to use arrays in PostgreSQL.
PostgreSQL has a built-in array type.
PostgreSQL allows columns of a table to be defined as variable-length multidimensional arrays. Arrays of any built-in or user-define...
blog.adham.salama.dev2 min read