How to resolve -818 sql code in DB2?
Answers were Sorted based on User's Feedback
Answer / arunshan
this is timestamp mismatch this will come only when you
directely bind the dbrm in to plan..
to rectify that check whether you have binded the correct dbrm.
if not rebind it again.
Is This Answer Correct ? | 10 Yes | 2 No |
The only place of VSAM KSDS in DB2 is?
What is the use of COMMAREA ?Minimum how much data we can pass from it?
What is syscat in db2?
quary for 1> fetch last record 2> fetch in reverse order 3> fetch last 5 row 4> fetch second last record (their is no primary key) i think concept of count can be use for this in 4th
What is buffer pool in the db2 database?
How do I change the column size in db2?
Could you please let me no the query for below I have table name xyx under this there is column name called employee name which starts from 100th column ends 120th column,now i want to replace only column from 101 to 104 which contains ABCS to replace with PQRS for all records which comes beetween 101 to 104 ..how to write query for this..
what are the bind parameters?
How to resolve -502 sql code in DB2?
What do you need to do before you do EXPLAIN?
How do you select a row using indexes in db2?
Can you search give an array in the WHERE clause of a db2 query?