home / opdr

ar_receipts_other

where rpt_id = 463699

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

oid ▼ receipt_type purpose date amount payer_payee_id rpt_id
244569 1201 DIRECT PUBLIC SUPPORT 2004-12-01 168916 854015 463699 463699
244570 1201 UNREALIZED GAIN 2004-12-01 9330 854015 463699 463699
CREATE TABLE ar_receipts_other (
oid INTEGER NOT NULL PRIMARY KEY, receipt_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 174.225ms