home / opdr

ar_disbursements_benefits

where rpt_id = 247479

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

oid ▼ description paid_to amount rpt_id
717 DEATH BENEFITS DECEASED MEMBERS' BENEFICIARIE 53198 247479 247479
718 HEALTH & WELFARE S/W HEALTH & BENEFIT FUND 37238 247479 247479
719 RETIREMENT NEBF 4048 247479 247479
720 ANNUITIES IBEW LU 716 RETIREMENT FUND 10927 247479 247479
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 173.057ms