Posts by Gonçalo • 11 points
1 post
-
1
votes0
answers19
viewsQ: Mount a table of records from a Collection in PL-SQL
Long live, I have a Collection with records like this: TYPE TABLE_RECORD IS RECORD (n_lin number, n_col number, val varchar(4000)); TYPE TABLE_CHUNK IS TABLE OF TABLE_RECORD; Let’s say I have these…