home / opdr

ar_disbursements_benefits

where rpt_id = 247985

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

oid ▼ description paid_to amount rpt_id
955 Welfare contributions NECA - IBEW Welfare Trust 70423 247985 247985
956 Pension contributions NECA - IBEW Pension Trust Fund 54010 247985 247985
957 Pension contributions NEB Trust Fund 12039 247985 247985
958 Annuity contributions NECA - IBEW Pension Trust Fund 54013 247985 247985
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 162.108ms