intros
2 rows where task = 24
This data as json, CSV (advanced)
id ▲ | series | clip | person | task |
---|---|---|---|---|
3 | Series 1 1 | ▶ | Josh Widdicombe 4 | Fill an eggcup with tears 24 |
6 | Series 1 1 | ▶ | Roisin Conaty 5 | Fill an eggcup with tears 24 |
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) );