select * from orders where odate between '2010-01-01'and
'2010-03-31' How do u fetch this into cursor?
Answer Posted / mahesh
don't use * in select statement while retrieving data from
database
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What is collection in db2 bind?
How is deadlock resolved?
Give the name of some fields form sqlca.
Mention some fields that are a part of sqlca.
What is ibm db2 connect?
What are the various isolation levels possible?
Comment whether the cursor is closed during commit or not.
How many databases are there?
What is consistency token in db2?
What are the different types of base tables?
Discuss about db2 bind?
Is ibm db2 free?
Can there be more than one cursor open for any program?
How do I optimize a query in db2?
How to find the maximum value in a column in the db2 database?