intros
2 rows where task = 53
This data as json, CSV (advanced)
| id ▲ | series | clip | person | task |
|---|---|---|---|---|
| 41 | Series 2 2 | ▶ | Katherine Ryan 11 | See no potato, hear no potato, speak no potato 53 |
| 61 | Series 2 2 | ▶ | Joe Wilkinson 9 | See no potato, hear no potato, speak no potato 53 |
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) );