I'm bulk collecting records from Cursor-B for every record in cursor-A, is there any way to append this Cursor-B data to a table type so that i can insert it into a table at once ?
- I cannot combine cursor-A and Cursor-B SQL.
- I know BULK COLLECT Never Appends to the Collection but is there any way to achieve what I'm mentioning.
You can combine collections in a single operation using a
MULTISET UNION
: