home / colmem

committee_membership

Data source: See col-scraper on GitHub

8 rows where committee_id = 168

✎ View and edit SQL

This data as json, CSV (advanced)

Link rowid ▼ committee_id member_id role
218 218 Projects Sub (Policy and Resources) Committee 168 Benjamin Daniel Murphy 2058  
279 279 Projects Sub (Policy and Resources) Committee 168 James de Sausmarez 1658  
293 293 Projects Sub (Policy and Resources) Committee 168 Catherine McGuinness 373  
403 403 Projects Sub (Policy and Resources) Committee 168 Jamie Ingham Clark 1223  
427 427 Projects Sub (Policy and Resources) Committee 168 Karina Dostalova 1222  
475 475 Projects Sub (Policy and Resources) Committee 168 Christopher Michael Hayward 1218  
772 772 Projects Sub (Policy and Resources) Committee 168 Keith David Forbes Bottomley 1666  
1012 1012 Projects Sub (Policy and Resources) Committee 168 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 96.579ms · Data source: See col-scraper on GitHub