What is dbrm in db2 database?
No Answer is Posted For this Question
Be the First to Post Answer
cursor with hold explain ?
What is precompiler in db2?
How do you define a correlated name?
What is the syntax required for the creation of a cursor?
Before you give the explain statement, what are the prerogatives?
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 db2 catalog database?
What is the database descriptor?
What is the difference between cursor stability and repeatable read isolation levels?
What are types of indexes?
Can you use max on a char column?
Is schema the same as database?