intros
2 rows where task = 280
This data as json, CSV (advanced)
id ▲ | series | clip | person | task |
---|---|---|---|---|
261 | Series 7 7 | ▶ | James Acaster 38 | Get the ball into the hole by striking it 280 |
267 | Series 7 7 | ▶ | Jessica Knappett 39 | Get the ball into the hole by striking it 280 |
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) );