1

I tried that but it doesn't work.

create function test (_values int[])
  returns void as $$
begin

  for _v in _values
  loop
    ...
  end loop;

end;
$$
  language plpgsql;
vdegenne
  • 10,164
  • 14
  • 73
  • 98

0 Answers0