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 is bufferpool in db2?
What is the physical storage length of time data type?
What is bind in db2?
What is difference between alias and synonym in db2?
Define check constraint.
What is null value in db2?
what is the role of the cursor in db2?
What r the comman abends in db2, jcl and cobol???????
can all users have the privilage to use the sql statement select * (dml)?
Name the various locking levels available?
i want to maintain uniqueness on pdf without make lf??????????
What is the difference between drop table and delete table?
What is a system catalog table in db2?
What is the difference between using bind () and rebind () methods of naming class?
How to get the ddl of a table in db2?