How to insert more than one record using insert?
Answer Posted / nahid gorji
using insert into table1 (column-list or *) 479 select
column-list or * from another table
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is the syntax for creating a table in the db2 database?
What is the difference between cursor and select statement?
What is bind plan?
What are the uses of db2 optimizer?
How to resolve deadlock issue
i want to maintain uniqueness on pdf without make lf??????????
What is dbrm library?
What is the purpose of rollback and commit?
List some fields from sqlca?
How do I add a column to a table in db2?
What is dbrm?
How can record locking be achieved in those DB2 versions which do not support it?
When a COBOL-DB2 program in PRODUCTION is updating main tables and gone for long run, what have to do?
Is it possible using max on a char column?
Which is faster delete or truncate?