intros
3 rows where task = 623
This data as json, CSV (advanced)
Suggested facets: clip
id ▲ | series | clip | person | task |
---|---|---|---|---|
473 | Series 13 13 | ▶ | Bridget Christie 79 | Answer Alex's phone call 623 |
474 | Series 13 13 | ▶ | Alex Horne 1 | Answer Alex's phone call 623 |
490 | Series 13 13 | ▶ | Ardal O'Hanlon 78 | Answer Alex's phone call 623 |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE intros ( id INTEGER PRIMARY KEY, series INTEGER REFERENCES series(id), clip INTEGER, person INTEGER REFERENCES people(id), task INTEGER REFERENCES tasks(id) );