intros
2 rows where task = 79
This data as json, CSV (advanced)
id ▲ | series | clip | person | task |
---|---|---|---|---|
115 | Series 3 3 | ▶ | Dave Gorman 14 | Make the best domino rally 79 |
116 | Series 3 3 | ▶ | Alex Horne 1 | Make the best domino rally 79 |
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) );