intros
2 rows where task = 67
This data as json, CSV (advanced)
id ▲ | series | clip | person | task |
---|---|---|---|---|
93 | Series 3 3 | ▶ | Rob Beckett 16 | Reach the microwave in the fewest steps 67 |
119 | Series 3 3 | ▶ | Rob Beckett 16 | Reach the microwave in the fewest steps 67 |
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) );