How to insert more than one record using insert?
Answer Posted / sandeep kumar
insert into tablename(col1, col2)
values(valu1, valu2)
values(valu1, valu2)
values(valu1, valu2)
values(valu1, valu2)
values(valu1, valu2)
values(valu1, valu2)
values(valu1, valu2)
values(valu1, valu2)
....................
....................
| Is This Answer Correct ? | 7 Yes | 8 No |
Post New Answer View All Answers
What is the use of db2 optimizer?
How do I import a csv file into db2?
Describe major components of db2?
What is clone table?
what is diffrence b/w file-aid tool and file-aid utility???
SQLCODE = -199, ERROR: ILLEGAL USE OF KEYWORD CHAR, TOKEN KEY was expected
Discuss about db2 bind?
What is difference between isnull and coalesce?
What is the cobol picture clause of the db2 data types date, time, timestamp?
What is the use of commit in db2?
What is database manager in db2?
What action db2 takes when a program aborts in the middle of a transaction?
Can we delete records from view?
What is blu acceleration in db2?
What is dbrm?