home / opdr

ar_membership

where rpt_id = 240415

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

oid ▼ membership_type category number voting_eligibility rpt_id
105 2101 Local 841 Construction members, pay full dues 1803 T 240415 240415
106 2101 Local 841A Apprentices, pay reduced dues 37 T 240415 240415
107 2101 Local 841B Pits and Quarries, pay reduced dues 307 T 240415 240415
108 2101 Local 841C Office and Admin, pay reduced dues 111 T 240415 240415
109 2102 Agency Fee Payers 0 F 240415 240415
CREATE TABLE ar_membership (
oid INTEGER NOT NULL PRIMARY KEY, membership_type INTEGER NULL, category TEXT NULL, number INTEGER NULL, voting_eligibility TEXT NULL, rpt_id INTEGER NULL, FOREIGN KEY(rpt_id) REFERENCES lm_data(rpt_id)
);
Powered by Datasette · Queries took 77.554ms