home / opdr

ar_disbursements_genrl

where rpt_id = 245699

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

oid ▼ disbursement_type purpose date amount payer_payee_id rpt_id
1041 503 SCHOLARSHIPS 2005-01-13 7500 876 245699 245699
1042 505 CHRISTMAS PARTY 2004-12-04 8869 877 245699 245699
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 824.867ms