Populate a nested table from a cursor
I've got a dynamically defined cursor with multiple columns per row. I need to populate a nested table with the 1st column in each row. What is the best method for accomplishing that?
0