intros
2 rows where task = 4
This data as json, CSV (advanced)
id ▲ | series | clip | person | task |
---|---|---|---|---|
8 | Series 1 1 | ▶ | Tim Key 7 | Empty the bathtub 4 |
14 | Series 1 1 | ▶ | Josh Widdicombe 4 | Empty the bathtub 4 |
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) );