how many bytes timestamp token occupies?

Answer Posted / d.manohar reddy

26BYTES

Is This Answer Correct ?    1 Yes 10 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is buffer pool in the db2 database?

610


What is ibm db2 client?

516


Which command is used to remove all rows from a table?

548


What is buffer pool?

607


File not opened because library is *PROD and debug is UPDPROD(*NO). ? what may be the reason? how to solve it..?

2375






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.

2145


What is ibm db2 database?

530


How does a cursor work?

554


Explain correlated sub-queries.

585


What is bind and rebind in db2?

646


What is db2 catalog database?

578


What is dbrm? What it contains? When it will be created?

589


If the cursor is kept open followed the issuing of commit, what is the procedure to leave the cursor that way?

694


What is null in db2?

571


How do you pull up a query which was previously saved in qmf?

668