- 浏览: 651 次
- 性别:
- 来自: 湖南
最新评论
文章列表
/**
*根据化为合同号查询触发表信息
**/
select st.*
from cfs2.blg_billing_schedules_v blg,
tib_trigger_schedules_t st,
cm_contracts_t con
where blg.billing_schedule_id = st.billing_schedule_id
and blg.cir_contract_id = con.contract_id
and con.CONTRACT_NUMBER = '00086210102 ...