intros
2 rows where task = 96
This data as json, CSV (advanced)
| id ▲ | series | clip | person | task |
|---|---|---|---|---|
| 161 | Series 4 4 | ▶ | Hugh Dennis 18 | Draw a blind portrait 96 |
| 162 | Series 4 4 | ▶ | Alex Horne 1 | Draw a blind portrait 96 |
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) );