TdlM / taskmaster

Menu
  • Make shortlink

profanity

4 rows where task = 792

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: speaker, roots, studio, roots (array)

id ▲ series episode task speaker roots quote studio
1969 Series 16 16 Skateboard Division. 143 Get all of the water into the vase 792 Susan Wokoma 107 shit That's shit.
1970 Series 16 16 Skateboard Division. 143 Get all of the water into the vase 792 Susan Wokoma 107 fuck Is that where the bloody candle starts growing a fucking mouth and starts doing it for me?
1971 Series 16 16 Skateboard Division. 143 Get all of the water into the vase 792 Sue Perkins 106 hell How the hell does that hap...? What have I created?!
1972 Series 16 16 Skateboard Division. 143 Get all of the water into the vase 792 Sam Campbell 105 hell Yeah, that was a hell of a task, man. That was fantastic. ✓

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 23.192ms