home / opdr

ar_disbursements_benefits

where rpt_id = 463699

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

oid ▼ description paid_to amount rpt_id
165640 MEMBERS LIFE INSURANCE MEMBERS 473136 463699 463699
165641 EDUCATION BENEFITS MEMBERS 36608 463699 463699
165642 DEATH BENEFITS MEMBERS 12569 463699 463699
CREATE TABLE ar_disbursements_benefits (
oid INTEGER NOT NULL PRIMARY KEY, description TEXT NULL, paid_to TEXT NULL, amount INTEGER NULL, rpt_id INTEGER NULL, FOREIGN KEY(rpt_id) REFERENCES lm_data(rpt_id)
);
Powered by Datasette · Queries took 103.45ms