home / opdr

ar_disbursements_benefits

where rpt_id = 247838

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

oid ▼ description paid_to amount rpt_id
856 RETIREMENT USPS DISBURSING OFFICER 5941 247838 247838
857 LIFE INSURANCE USPS DISBURSING OFFICER 330 247838 247838
858 THRIFT PLAN CONTRIBUTIONS USPS DISBURSING OFFICER 2698 247838 247838
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 110.174ms