intros
2 rows where task = 149
This data as json, CSV (advanced)
id ▲ | series | clip | person | task |
---|---|---|---|---|
181 | Series 5 5 | ▶ | Bob Mortimer 24 | Score a basket without your hands 149 |
196 | Series 5 5 | ▶ | Nish Kumar 26 | Score a basket without your hands 149 |
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) );