intros
4 rows where person = 12
This data as json, CSV (advanced)
id ▲ | series | clip | person | task |
---|---|---|---|---|
40 | Series 2 2 | ▶ | Richard Osman 12 | Create a nursery rhyme video 45 |
58 | Series 2 2 | ▶ | Richard Osman 12 | Conceal a pineapple on your person 57 |
64 | Series 2 2 | ▶ | Richard Osman 12 | Construct something for the Taskmaster 59 |
74 | Series 2 2 | ▶ | Richard Osman 12 |
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) );