intros
2 rows where task = 141
This data as json, CSV (advanced)
id ▲ | series | clip | person | task |
---|---|---|---|---|
136 | Series 4 4 | ▶ | Noel Fielding 22 | Create an exotic sandwich 141 |
137 | Series 4 4 | ▶ | Alex Horne 1 | Create an exotic sandwich 141 |
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) );