home / colmem

committee_membership

Data source: See col-scraper on GitHub

8 rows where committee_id = 392

✎ View and edit SQL

This data as json, CSV (advanced)

Link rowid ▼ committee_id member_id role
395 395 Local Plans Sub (Planning and Transportation) Committee 392 Jamie Ingham Clark 1223  
470 470 Local Plans Sub (Planning and Transportation) Committee 392 Christopher Michael Hayward 1218  
628 628 Local Plans Sub (Planning and Transportation) Committee 392 Graham Packham 1221  
684 684 Local Plans Sub (Planning and Transportation) Committee 392 William Upton QC 1935  
765 765 Local Plans Sub (Planning and Transportation) Committee 392 Keith David Forbes Bottomley 1666  
882 882 Local Plans Sub (Planning and Transportation) Committee 392 Randall Keith Anderson 1227  
980 980 Local Plans Sub (Planning and Transportation) Committee 392 Shravan Jashvantrai Joshi 2104  
1174 1174 Local Plans Sub (Planning and Transportation) Committee 392 Alastair Michael Moss 1226  

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