摘要:
create or replace procedure remove_refund_his_pro isbegin declare cursor refund_query_cur is select rowid from ucmp_realtime_refund_query t1 where t1. 阅读全文
摘要:
当 waybill_no 存在索引时 select * from ucmp_waybill_rec_mem r where r.createtm >= trunc(sysdate - 1) and r.type = '2' and r.waybill_no like '033%' 与 select 阅读全文