intros
2 rows where task = 291
This data as json, CSV (advanced)
id ▲ | series | clip | person | task |
---|---|---|---|---|
276 | Series 7 7 | ▶ | Jessica Knappett 39 | Cheer up the traffic warden 291 |
277 | Series 7 7 | ▶ | Jeff the former traffic warden | Cheer up the traffic warden 291 |
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) );