What is sqlcode -811?

Answer Posted / toms k jose

multiple rows retrieved.

Is This Answer Correct ?    8 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to check last update on table in db2?

624


What are db2 tables?

641


Explain the benefits you can get from mainframe connect?

520


What is explain plan in db2?

584


Explain the contents that are a part of dclgen.

651






What is the difference between cursor and select statement?

607


Which component is responsible for processing sql statements and selecting access paths?

653


What is a collection in db2?

579


Which isolation level provides highest data integrity?

590


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.

2143


What is dpf in db2?

660


What is the role of the data page in the db2 database?

581


Why do we bind in db2?

623


Which component is used to execute the sql statements?

614


What is runstats db2?

576