How to insert more than one record using insert?
Answer Posted / flando
Sandeep Kumar had it close. I found the answer here:
http://publib.boulder.ibm.com/infocenter/db2luw/v8/index.jsp
?topic=/com.ibm.db2.udb.doc/admin/r0000970.htm
insert into tablename (col1, col2)
values (valu1, valu2), (valu1, valu2), (valu1, valu2)
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
Is db2 a programming language?
Mention a credible reason why select* is never given preference in an sql program that has been embedded.
What is package in db2 mainframe?
What is blu acceleration in db2?
What is the use of dclgen in db2?
If the cursor is kept open followed the issuing of commit, what is the procedure to leave the cursor that way?
How do I start db2 in windows?
What is host variable?
What is a db2 table?
Is the primary key a clustered index?
What language is db2 written in?
Explain what are the various isolation levels possible?
How can we read records for specific member in CL? AND rpg?
Which isolation level provides highest data integrity?
What is release/acquire in bind?