intros
2 rows where task = 393
This data as json, CSV (advanced)
id ▲ | series | clip | person | task |
---|---|---|---|---|
338 | Series 9 9 | ▶ | Jo Brand 50 | Break something and put it back together 393 |
342 | Series 9 9 | ▶ | David Baddiel 48 | Break something and put it back together 393 |
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) );