intros
2 rows where task = 360
This data as json, CSV (advanced)
id ▲ | series | clip | person | task |
---|---|---|---|---|
300 | Series 8 8 | ▶ | Lou Sanders 45 | Work out the crisp flavours 360 |
319 | Series 8 8 | ▶ | Paul Sinha 46 | Work out the crisp flavours 360 |
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) );