Subject Array in Sp
Author paolo carfi
j want that a sp update a table with a field_array.
es.:

declare variable pippo integer;
begin
pippo = 1;
while (:pippo < 10) do
begin
update table_one set field_array[:pippo] = 1;
pippo = :pippo + 1;
end
end

or
there is a udf then work for update a array?
my english is very bad.



[Non-text portions of this message have been removed]