intros
1 row where task = 528
This data as json, CSV (advanced)
id ▲ | series | clip | person | task |
---|---|---|---|---|
418 | Series 11 11 | ▶ | Lee Mack 65 | Complete various tasks while saying ‘metronome’ 528 |
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) );