What do you mean by cursor?
No Answer is Posted For this Question
Be the First to Post Answer
insert into tablename a column1, column2 select column1, column2 from tablename b i am getting abend -104..can any one help?
What is difference between alias and synonym in db2?
When do you specify the isolation level? How?
Which components manage deadlocks in db2?
What is reorg in database?
I have a table(product),It contain fields(productname,cost). I want to retrieve the product name ,which cost is second maximum in the table?
Hi i need to write a query on the following requirement. SELECT COMM_TEXT INTO :WS_MIKM_COMM_TEXT FROM MPIPROD.MIKMV01 WHERE ACCOUNT_NO = :WFD_ACCOUNT_NO AND (SUBSTR(COMM_TEXT,1,39) = :WS_COMMENT_TEXT AND SUBSTR(COMM_TEXT,47,14) = :WS_DENY_DESC) OR (SUBSTR(COMM_TEXT,1,39) = :WS_COMMENT_TEXT) The above query is to be modified. The requirement is if both the fields are equal then that has to be given priority. In the above query if it satisfies any one it comes out without checking if both being equal is possible.
What are the levels of isolation available with DB2V4
What do you mean by rollback?
Can you use max on a char column?
can I alter a table (e.g. adding a column) when other user is selecting some columns or updating some columns from the same table?
What is a host variable?