TdlM / taskmaster

Menu
  • Make shortlink

profanity

3 rows where task = 476

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: roots, roots (array)

id ▲ series episode task speaker roots quote studio
1244 Series 10 10 Air Horn Andy. 83 Complete the most tasks behind the five motorised doors 476 Richard Herring 57 fuck Oh, for fuck's sake.
1245 Series 10 10 Air Horn Andy. 83 Complete the most tasks behind the five motorised doors 476 Mawaan Rizwan 56 shit Shit, I've got rid of all the oranges!
1246 Series 10 10 Air Horn Andy. 83 Complete the most tasks behind the five motorised doors 476 Daisy May Cooper 53 fuck Fuck!

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE profanity (
   id      INTEGER PRIMARY KEY,
   series  INTEGER REFERENCES series(id),
   episode INTEGER REFERENCES episodes(id),
   task    INTEGER REFERENCES tasks(id),
   speaker INTEGER REFERENCES people(id),
   roots   TEXT,
   quote   TEXT,
   studio  INTEGER
);
Powered by Datasette · Queries took 967.588ms