Name some fields from SQLCA
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.
Is DECLARE TABLE in DCLGEN necessary? Why it used?
What do you mean by commit and rollback?
What is the purpose of using commit?
What is auditing?
How to update more then one record using update?
I use CS and update a page. Will the lock be released after I am done with that page?
can we view the access paths created by dbrm ? how ? thx
Outputs of explain are with matchcols = 0. What does this signify?
What is explain plan in db2?
What action db2 takes when a program aborts in the middle of a transaction?
what is utility for parm lib