what is the total syntax for fetch ? can any one please give
me all the details of fetch ? thx
Answer Posted / pandu
Exec SQL
Fetch<cursorname> into :<host variables>
End-exec.
correct me is am wrong?
| Is This Answer Correct ? | 11 Yes | 0 No |
Post New Answer View All Answers
On which levels locks can be applied?
Define buffer pool.
How to find schema of a table in db2?
What are the 2 sqlcodes that are returned?
How do you pull up a query which was previously saved in qmf?
List down the data types in the db2 database.
How to execute stored procedures?
What does a deadlock mean in DB2?
Who uses db2?
What is an instance in db2?
What do you mean by between and in? Is between inclusive of specified range values?
What is the purpose of using commit?
What is scrollable cursor in db2?
What is the syntax for seeing the columns and data types of a table in the db2 database?
I understand Join always perform better than subqueries. Then what is the advantage/use of Subqueries/correlated subqueries etc.,in DB2 programming.Please explain.