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
Is ibm db2 free?
what is the responsibility of the construction superintendent
What is host variable in db2 cobol?
Name the various locking levels available?
What are iseries servers?
Explain packages.
What is blu acceleration in db2?
What os does db2 run on?
How many databases can be created inside an instance in db2 ?
What is the maximum size of a char data type in db2?
What is dclgen (declaration generator)?
What is buffer pool?
What is reorg?
Explain dclgen.
have 3 tables table1, table2 and table3 which contains employee information. table1 is master table, table2 contains emp details like emp no and so on, table 3 contains emp salary. so if any emp leave company between 25th - 30th of every month it has to get updated in tables. but it is not getting updated. What is the reason.