home / opdr

ar_membership

where rpt_id = 247962

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

oid ▼ membership_type category number voting_eligibility rpt_id
870 2101 Journeymen 156 T 247962 247962
871 2101 Apprentices 9 F 247962 247962
872 2101 Pensioners 53 F 247962 247962
873 2102 Agency Fee Payers 0 F 247962 247962
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 121.407ms