Appending data using Bulk Collect
805032Oct 18 2010 — edited Oct 18 2010Hi,
Please let me know if there is any way to append data to a collection(nested table type) using bulk collect?
Ex: Select obj(userid) Bulk Collect into table_type from (Select user_id from users);
Now i want the new data to be appended to the data already present in table_type.
Thanks in advance
Harsha