hi..
hav gone thro this..
bt not getting that much.
instead of using
insert into persons(id, name)
(select T.i, T.n from UNNEST(ids, names) as T(i, n));
can we use something like ids[1] or names[1];
and one more thing..
here they have hard code array value.
can i do like
set ids = ARRAY[0,0,0] or
set names = ARRAY[null, null, null]
REPLY SOON...
