how to write a script which will insert 1 million rows to the table
678675Feb 18 2009 — edited Feb 18 2009Hello All,
I have table called transaction which has two columns transaction_id(number) and start_time(Date). I need to insert 1 million rows to this table for testing purposes.Please let me how to create a insert script that would insert 1 million rows.
Thanks.