insert into tablename a
column1,
column2
select column1,
column2
from tablename b
i am getting abend -104..can any one help?
Answer Posted / munabhai
illegal symbol,then u can find -104 error
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
What are the uses of db2 optimizer?
What is the use of commit in db2?
What is the physical storage length of the data types date, time, and timestamp?
What is rebind in db2?
What is check constraint. Explain with example.
What is a bind in db2?
What is copy pending status in db2?
What is db2 look?
DB2 can implement a join in three ways using a merge join, a nested join or a hybrid join. Explain the differences?
How to find schema of a table in db2?
How do we specify index to include or not during bind process.
Is schema the same as database?
Before you give the explain statement, what are the prerogatives?
What is an instance in db2?
What is declare cursor?