intros
2 rows where task = 50
This data as json, CSV (advanced)
id ▲ | series | clip | person | task |
---|---|---|---|---|
57 | Series 2 2 | ▶ | Katherine Ryan 11 | Impress the Mayor 50 |
72 | Series 2 2 | ▶ | Jon Richardson 10 | Impress the Mayor 50 |
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) );