Is db2 a programming language?
No Answer is Posted For this Question
Be the First to Post Answer
What else is there in the PLAN apart from the access path?
What is db2 bind process?
What are the various locking levels available?
In a DB2-CICS program which is acts as co-ordinator and which is participant?
how can you save the query in QMF?IS IT POSSIBLE OR NOT.IF POSSIBLW HOW?
Q3. How will you fetch duplicate values from a DB2 table?
Is it possible to create an Instance in DB2 using DB2 Control Center ?
What does a deadlock mean in DB2?
How to execute stored procedures?
pls tell me abt the normalization five types....
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.
if any of the column names is provided wrong, where do you get the error(during precompilation or during Bind)