intros
2 rows where task = 172
This data as json, CSV (advanced)
id ▲ | series | clip | person | task |
---|---|---|---|---|
185 | Series 5 5 | ▶ | Nish Kumar 26 | Create a remarkable water cooler moment 172 |
194 | Series 5 5 | ▶ | Aisling Bea 23 | Create a remarkable water cooler moment 172 |
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) );