Question { 4922 }
select * from orders where odate between '2010-01-01'and '2010-03-31' How do u fetch this into cursor?
Answer