home / opdr

ar_disbursements_genrl

where rpt_id = 463458

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

oid ▼ disbursement_type purpose date amount payer_payee_id rpt_id
1218501 501 LEASE - AUTOMOBILE 2004-12-31 6312 853418 463458 463458
1218502 504 MORTGAGE PAYMENTS 2004-12-31 48787 853419 463458 463458
1218503 505 ACCOUNTING SERVICES 2004-12-31 6500 853420 463458 463458
CREATE TABLE ar_disbursements_genrl (
oid INTEGER NOT NULL PRIMARY KEY, disbursement_type INTEGER NOT NULL, purpose TEXT NULL, date TEXT NULL, amount INTEGER NULL, payer_payee_id INTEGER NULL, rpt_id INTEGER NULL, FOREIGN KEY(rpt_id) REFERENCES lm_data(rpt_id)
);
Powered by Datasette · Queries took 753.624ms