home / colmem

committee_membership

Data source: See col-scraper on GitHub

8 rows where member_id = 1941

✎ View and edit SQL

This data as json, CSV (advanced)

Link rowid ▼ committee_id member_id role
488 488 Capital Buildings Committee 1255 Oliver Sells QC 1941  
489 489 223 Oliver Sells QC 1941  
490 490 Epping Forest & Commons Committee 122 Oliver Sells QC 1941  
491 491 Hampstead Heath, Highgate Wood and Queen's Park Committee 250 Oliver Sells QC 1941  
492 492 Open Spaces and City Gardens 175 Oliver Sells QC 1941  
493 493 Planning and Transportation Committee 143 Oliver Sells QC 1941  
494 494 Streets and Walkways Sub (Planning and Transportation) Committee 389 Oliver Sells QC 1941  
495 495 West Ham Park Committee 400 Oliver Sells QC 1941  

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 6.125ms · Data source: See col-scraper on GitHub