intros
2 rows where task = 369
This data as json, CSV (advanced)
id ▲ | series | clip | person | task |
---|---|---|---|---|
310 | Series 8 8 | ▶ | Joe Thomas 44 | Get a ball into a bin with the most bounces 369 |
318 | Series 8 8 | ▶ | Lou Sanders 45 | Get a ball into a bin with the most bounces 369 |
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) );