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
  • 12,272
  • 14
  • 80
  • 106

0 Answers0