home / colmem

committee_membership

Data source: See col-scraper on GitHub

4 rows where committee_id = 1077

✎ View and edit SQL

This data as json, CSV (advanced)

Link rowid ▼ committee_id member_id role
237 237 West Wickham, Spring Park and Coulsdon Commons Consultation Group 1077 Sylvia Doreen Moys 381  
667 667 West Wickham, Spring Park and Coulsdon Commons Consultation Group 1077 Jeremy Lewis Simons 384  
906 906 West Wickham, Spring Park and Coulsdon Commons Consultation Group 1077 Graeme Martyn Smith 1231  
1016 1016 West Wickham, Spring Park and Coulsdon Commons Consultation Group 1077 Philip Woodhouse 1211  

Advanced export

JSON shape: default, array, newline-delimited

CSV options:

CREATE TABLE committee_membership(
        committee_id INTEGER REFERENCES committees(id),
        member_id INTEGER REFERENCES members(id),
        role VARCHAR(50)
    );
CREATE INDEX committee_membership_committee_id ON committee_membership("committee_id");
CREATE INDEX committee_membership_member_id ON committee_membership("member_id");
Powered by Datasette · Queries took 109.516ms · Data source: See col-scraper on GitHub