|
原帖由 richardliu1123 于 2009-7-17 12:03 发表 ![]()
select ai.invoice_id,ai.invoice_amount,ai.amount_paid,ai.payment_status_flag,
aps.payment_status_flag,aps.payment_status_flag,aps.amount_remaining
from ap.ap_invoices_all ai,
ap.ap_payment_schedules_all aps
where ai.invoice_id=aps.invoice_id
and ai.invoice_id=&invoice_id
把结果传上来
呵呵,我也遇到了 |
|