intros
2 rows where task = 190
This data as json, CSV (advanced)
id ▲ | series | clip | person | task |
---|---|---|---|---|
184 | Series 5 5 | ▶ | Aisling Bea 23 | Transport a coconut as far as possible 190 |
193 | Series 5 5 | ▶ | Bob Mortimer 24 | Transport a coconut as far as possible 190 |
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) );