home / opdr

ar_disbursements_genrl

where rpt_id = 463535

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

oid ▼ disbursement_type purpose date amount payer_payee_id rpt_id
1218800 504 N/A 2004-12-01 0 853603 463535 463535
1218801 504 N/A 2004-12-01 0 853604 463535 463535
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 787.35ms