How to insert more than one record using insert?
Answer Posted / ratheesh nellikal
U could probably go for a bulk insert also.
try this option
insert into schema.table1
select * from schema.table2;
Cheers,
Ratheesh Nellikal
Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
In case if at some point of time db2 is down, would that impact the pre-compilation process of a db2-cobol program?
Explain about cursor stability?
How do we specify index to include or not during bind process.
What is the difference between cursor stability and repeatable read isolation levels?
What is db2?
What is cursor in dbms?
What is the reason behind not using select * in embedded sql programs?
What is db2 command?
How to find primary key of a table in db2?
How do I add a column to an existing table in db2?
What is phantom read in db2?
What is a collection in db2?
Why cursor is used in db2?
Differentiate between cs and rr isolation levels? Where do you specify them?
How can you quickly find out the # of rows updated after an update statement?