+ 1
How to pass collections or records information in plsql
How can we store data from table types(collections and records) into another table in plsql
1 Réponse
0
Take a look at this: https://docs.oracle.com/cd/B28359_01/appdev.111/b28370/collections.htm does that fit your needs? Please let me know if this helped you or not.