摘要:
最近为了批量操作一批数据。为了方便操作,编写了一个pl/sql的过程,然而在调试的过程中,发现了很多问题。现总结一下其中游标使用的注意事项。---批量为病人生成医嘱declare V_orders orders%rowtype ;v_orders_costs orders_costs%rowtype ;v_inp_bill_detail inp_bill_detail%rowtype ;v_patient_id pats_in_hospital.patient_id%Type ;cursor c_patientInfo isselect patient_id from pats_in_hosp 阅读全文
posted @ 2012-03-01 08:44
HisCoder
阅读(574)
评论(0)
推荐(0)