I need to initialize 2 dimensional array with m rows and n columns, but m and n might change. I found here example like this :
ARRAY[[NULL,NULL],[NULL,NULL]]
But it initializes array with 2 rows and 2 columns.
I need to initialize 2 dimensional array with m rows and n columns, but m and n might change. I found here example like this :
ARRAY[[NULL,NULL],[NULL,NULL]]
But it initializes array with 2 rows and 2 columns.