What language is db2 written in?
No Answer is Posted For this Question
Be the First to Post Answer
What is the use of with ur in db2?
Following a db2 update statement, what is the quickest way to compute the total number of updated rows?
what is Runstats? Whem will u choose to runatats?
how to u check the query is executing or not ?where will u check for sqlcode ?
when we are tying to update a table having 100 rows. if the program abends when updating 51 row . how to start updating again from the 51 row .what was the logic
How can record locking be achieved in those DB2 versions which do not support it?
What else is there in the PLAN apart from the access path?
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 is commit in db2?
What is the significance of the CURSOR WITH HOLD clause in a cursor declaration?
What is the maximum length of sqlca?
what is the difference between declaring the cursor in WS section and Procedure division?