How to insert more than one record using insert?
Answer Posted / subi
Do an Insert using select
Insert into Table1(coltable1, coltable22)(select coltab21,
tab2col2 from Tab2 where <condn>)
| Is This Answer Correct ? | 9 Yes | 2 No |
Post New Answer View All Answers
What action db2 takes when a program aborts in the middle of a transaction?
What is the difference between drop table and delete table?
While unloading huge amount of data from table. Suddenly job failed some error. Imagine 1M data unloading, In that 90% data unloaded only 10% left, So if want to unload the rest 10% what needs to be done? Whether do i need to start from top or anything ?
Explain about rct.
What is a db2 table?
What are the rules for db2 programming?
What is the use of db2?
How to fetch the last row from the table in SQL (db2)?
What is the maximum number of columns in a db2 table?
What is db2 command?
Mention data types used in db2 ?
What are the bind parameters ibm db2?
can we view the access paths created by dbrm ? how ? thx
How do I import data from excel to db2?
What is null value in db2?