Skip to Main Content

DevOps, CI/CD and Automation

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

how to use cursor in php?

502742Apr 5 2006 — edited Nov 4 2006
for example:
CURSOR CUR_ORDER IS
select distinct a.sales_branch segment2,a.order_number,
a.delivery_id,
a.sold_to_customer_id customer_id,
a.bill_to_customer_id,
a.ship_to_customer_id,
a.purchase_order,to_char(a.ordered_date,'yyyy-mm-dd') order_date
from vv_ar_temp_tl a;

how to use it in php program?
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 2 2006
Added on Apr 5 2006
3 comments
9,858 views