insert same row multiple times
Hi,
I've this table TAB1:
COD.........TYPE........DESCRIP
1..............RED..............MY COLOR
I'd like to insert into table TAB2 this record 10000 times
How can I write my insert or procedure to insert this row multiple times?
Thanks in advance!