Oracle Live SQL - Script: Inserting an array in a table (0 Bytes)i'm doing this but it's not work
i don't know why
error : pls-00222 no function with name 'REC_T' exists in this scope
and one more thing..
rec_table rec_table_t:= rec_table_t();
rec rec_t;
what different? why rec_table_t add parentheses '()'?
it's not function just array..