intros
4 rows where person = 103
This data as json, CSV (advanced)
Suggested facets: task
id ▲ | series | clip | person | task |
---|---|---|---|---|
586 | Series 16 16 | ▶ | Julian Clary 103 | Get underneath the most unique things 780 |
597 | Series 16 16 | ▶ | Julian Clary 103 | Choose a new nickname 781 |
605 | Series 16 16 | ▶ | Julian Clary 103 | Get underneath the most unique things 780 |
613 | Series 16 16 | ▶ | Julian Clary 103 | Complete the fortune trail 807 |
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) );