How can you compare table column after update and before
update?
Answer Posted / anju
What the hell are you talking about Harsha?? Why do you want to answer if you know nothing in DB2?? Irritating mann!
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is the information associated with sysibm.syslinks table?
If I have a view which is a join of two or more tables, can this view be updateable?
SET is the ANSI standard for variable assignment, SELECT is not. SET can only assign one variable at a time, SELECT can make multiple assignments at once. If assigning from a query, SET can only assign a scalar value. If the query returns multiple values/rows then SET will raise an error. SELECT will assign one of the values to the variable and hide the fact that multiple values were returned (so you'd likely never know why something was going wrong elsewhere - have fun troubleshooting that one) When assigning from a query if there is no value returned then SET will assign NULL, where SELECT will not make the assignment at all (so the variable will not be changed from it's previous value) As far as speed differences - there are no direct differences between SET and SELECT. However SELECT's ability to make multiple assignments in one shot does give it a slight speed advantage over SET.
Is db2 a mainframe?
i want to maintain uniqueness on pdf without make lf??????????
What is the maximum size of a char data type in db2?
What is the meaning concurrency in the db2 database?
How do I import a csv file into db2?
What is dbrm library?
What is the difference between using bind () and rebind () methods of naming class?
Where do you specify them?
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
How do I delete a column in db2?
How do I start db2 in windows?
Can we insert update delete in view?