TheStrangestGuy
Programmer
Hi,
I have not been able to find an answer to this important question, leading me to believe
that I'm missing something obvious.
I would like to create the table that holds a variable number of columns for each row.
I have created the table as ROW_TYPE=DYNAMIC, however I can't figure out how to insert new
rows correctly into this table. It seems to still only want the exact number of columns
that were defined during creation.
Thank you in advance.
- Alex
I have not been able to find an answer to this important question, leading me to believe
that I'm missing something obvious.
I would like to create the table that holds a variable number of columns for each row.
I have created the table as ROW_TYPE=DYNAMIC, however I can't figure out how to insert new
rows correctly into this table. It seems to still only want the exact number of columns
that were defined during creation.
Thank you in advance.
- Alex