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
Explain various types of locks in db2?
How to run db2 command in windows?
What does reorg do in db2?
What is the connection string to connect to the DB2 Database ?
What is a db2 schema?
Is it possible using max on a char column?
What is dbrm in db2 database?
If I have a view which is a join of two or more tables, can this view be updateable?
Is it possible to alter a table – for example adding a column, when another user is accessing or updating some columns?
How do you simulate the explain of an embedded sql statement in spufi/qmf?
What are the contents of a dclmgen?
Explain the function of data manager.
I understand Join always perform better than subqueries. Then what is the advantage/use of Subqueries/correlated subqueries etc.,in DB2 programming.Please explain.
What is commit in db2?
How do I import a csv file into db2?