Hello, I want to get the inner array in a multi dimentional array in a pl/pgsql procedure.
Eg : {{1,2,3,4,5,6,7},{11,22,33,44,55,66,77}} for i in array_lower(Eg, 1) .. array_upper(Eg, 1) LOOP array_value = Eg[i] END LOOP; But Eg[i] is assigning null to array_value Help would be appreciated. -- Regards : Venktesh Guttedar.