What is null value in db2?
No Answer is Posted For this Question
Be the First to Post Answer
What is the purpose of coding FETCH in a SQL SELECT query? Explain with an example in Detail?
How do I add a column to a table in db2?
how 2 resolve the -311 sqlcode
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.
OUTER JOINS USED TO GET MATCHING AND NONMATCHING ROWS FORM 2 OR MORE TABLES BASED ON COLUMNS. SIMPLE JOINS ALSO DO THE SAME THEN WHAT IS THE USE OF OUTER JOINS.
What is dclgen (declaration generator)?
What does db2 blu stand for?
What is a subselect? Is it different from a nested select?
What does db2 mean?
If I have a view which is a join of two or more tables, can this view be updatable?
Explain about cursor stability?
Can you use max on a char column?