home / opdr

ar_disbursements_genrl

where rpt_id = 463591

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

oid ▼ disbursement_type purpose date amount payer_payee_id rpt_id
1219143 501 legal services 2004-09-30 21296 853690 463591 463591
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 802.898ms