SQL - INSERT INTO <table> (SELECT..) OR PLSQL Block - FORALL i IN 1 .. count INSERT INTO <table>(arrayname(i))
I have a 2D array in my perl code which has the rows to be bulk inserted.
Is there a way to bind the 2D array to the SQL or the PLSQL block ???
I tried execute_array() but it seems it can be used for a 1D array and not for a 2D one.
Thanks.
In reply to Bind 2D array to SQL by sinpeak
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |