home / opdr

ar_disbursements_benefits

where rpt_id = 240415

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

oid ▼ description paid_to amount rpt_id
147 Pension contributions IUOE Qualified Savings Plan 67792 240415 240415
148 Health and Welfare contributions Mid Central Health and Welfare 140075 240415 240415
149 Penson contributions IUOE Central and General pensi 220997 240415 240415
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 126.503ms