home / opdr

ar_disbursements_benefits

where rpt_id = 246839

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

oid ▼ description paid_to amount rpt_id
451 Group Insurance Insurance Companies 20877 246839 246839
452 Auto Insurance - Officers Insurance Companies 1856 246839 246839
453 Auto Lease GMAC 7876 246839 246839
454 Expense Accounts Union Officer's 1877 246839 246839
455 Hardship Dues Union Members 7030 246839 246839
456 Member Programs - recreational Union Members 4300 246839 246839
457 Flowers, Bibles, Mass Cards Union Members 1516 246839 246839
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 129.364ms