How to insert more than one record using insert?
Answer Posted / ratheesh nellikal
U could probably go for a bulk insert also.
try this option
insert into schema.table1
select * from schema.table2;
Cheers,
Ratheesh Nellikal
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is ibm db2 used for?
What is difference between rollback and commit?
What are the prerogatives?
Why cursor is used in db2?
What is isolation level in db2?
What is phantom read in db2?
What is the difference between drop table and delete table?
What types of tables are there in the db2 database?
What is load utility in db2?
What is a storage group (stogroup)?
What is database alias db2?
What is the difference between nvl and coalesce?
What is the use of db2 optimizer?
What is database manager in db2?
How to find the number of rows in db2 tables?