Mega Code Archive

 
Categories / PostgreSQL / Array
 

Using two dimension array

postgres=# postgres=# SELECT ARRAY[[1,2],[3,4]];      array ---------------  {{1,2},{3,4}} (1 row) postgres=#