Hello,
Is there a way to append an array to a multidimentional array in
PL/PGSQL procedure?
EG:
Array_1 = [][];
Array_2 = '{1,2,3,4,5}';
Result should be :
Array_1 = {{1,2,3,4,5}};
--
Regards :
Venktesh Guttedar.
Hello,
Is there a way to append an array to a multidimentional array in
PL/PGSQL procedure?
EG:
Array_1 = [][];
Array_2 = '{1,2,3,4,5}';
Result should be :
Array_1 = {{1,2,3,4,5}};
--
Regards :
Venktesh Guttedar.