intros
3 rows where task = 136
This data as json, CSV (advanced)
id ▲ | series | clip | person | task |
---|---|---|---|---|
143 | Series 4 4 | ▶ | Joe Lycett 19 | Wheelie bin obstacle course 136 |
144 | Series 4 4 | ▶ | Lolly Adefope 20 | Wheelie bin obstacle course 136 |
145 | Series 4 4 | ▶ | Noel Fielding 22 | Wheelie bin obstacle course 136 |
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) );