What is db2 purescale?
No Answer is Posted For this Question
Be the First to Post Answer
What is bind package and plan in db2?
What's the maximum number of characters that a tablename can have?
Explain the function of data manager.
How to take backup of table in db2?
how to check the table is empty or not?
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.
How to retrieve rows from a db2 table in embedded sql?
can any one provide me the link for the db2 v7 & db2 v8 manual for Z/os? i need to know about the syntax of REORG in both versions & need to know the difference as well
Can we use select * statement in cobol program without giving field names ???
What is the maximum length of sqlca?
Differentiate between cs and rr isolation levels? Where do you specify them?