ar_membership
where rpt_id = 248168
Download this data as a CSV Spreadsheet (All Rows)
oid ▼ | membership_type | category | number | voting_eligibility | rpt_id |
---|---|---|---|---|---|
1091 | 2101 | Apprentice | 1552 | F | 248168 248168 |
1092 | 2101 | Journeyman | 11592 | F | 248168 248168 |
1093 | 2101 | Retired | 2925 | F | 248168 248168 |
1094 | 2102 | Agency Fee Payers | 0 | F | 248168 248168 |
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) );