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
What is ibm db2 client?
Mention the location where the output received from explain statement is stored.
How to run db2 command in windows?
How do I create a view in db2?
SQLCODE = -199, ERROR: ILLEGAL USE OF KEYWORD CHAR, TOKEN KEY was expected
How can tablespace be moved to another dasd volume that is allocated for that tablespace?
What is bind in db2?
What is cloudant database?
Explain about mirror activator disk mirroring?
What is a buffer in memory?
Highlight all the advantages that are attached to a package.
Name the lockable units in DB2?
When reorg is used?
What is a storage group (stogroup)?
How would the varchar column remarks defined?