intros
1 row where task = 356
This data as json, CSV (advanced)
id ▲ | series | clip | person | task |
---|---|---|---|---|
294 | Series 8 8 | ▶ | Joe Thomas 44 | Score a goal from the greatest distance 356 |
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) );