intros
2 rows where task = 237
This data as json, CSV (advanced)
id ▲ | series | clip | person | task |
---|---|---|---|---|
209 | Series 6 6 | ▶ | Asim Chaudhry 34 | Make the best snow globe 237 |
233 | Series 6 6 | ▶ | Alice Levine 33 | Make the best snow globe 237 |
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) );