itsjohnnyboy
Programmer
Hi -
Need to write a pl/sql block that can quickly insert 10,000 rows in a column. Right now, the column is blank.
(example: table.column
row 1 in column is 1
row 2 in column is 2
row 3 in column is 3
... and so forth..
how would a PL/SQL block be used with a counter to do this?
Need to write a pl/sql block that can quickly insert 10,000 rows in a column. Right now, the column is blank.
(example: table.column
row 1 in column is 1
row 2 in column is 2
row 3 in column is 3
... and so forth..
how would a PL/SQL block be used with a counter to do this?