home / colmem

committee_membership

Data source: See col-scraper on GitHub

4 rows where member_id = 1942

✎ View and edit SQL

This data as json, CSV (advanced)

Link rowid ▼ committee_id member_id role
549 549 223 Christopher Hill 1942  
550 550 Planning and Transportation Committee 143 Christopher Hill 1942  
551 551 Port Health & Environmental Services Committee 262 Christopher Hill 1942  
552 552 Streets and Walkways Sub (Planning and Transportation) Committee 389 Christopher Hill 1942  

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