intros
1 row where task = 604
This data as json, CSV (advanced)
id ▲ | series | clip | person | task |
---|---|---|---|---|
498 | Series 13 13 | ▶ | Judi Love 81 | Tie a ribbon round the maypole or hit it with a ping pong ball 604 |
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) );