TdlM / taskmaster

Menu
  • Make shortlink

profanity

8 rows where episode = 59

✎ View and edit SQL

This data as json, CSV (advanced)

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

id ▲ series episode task speaker roots quote studio
902 Series 8 8 Stay humble. 59 Move the sand from one bucket to another 347 Joe Thomas 44 fuck That's what... Fuck, I mean, that's made it worse!
903 Series 8 8 Stay humble. 59 Move the sand from one bucket to another 347 Joe Thomas 44 fuck This is a fucking disaster.
904 Series 8 8 Stay humble. 59 Move the sand from one bucket to another 347 Iain Stirling 43 shit Oh, you... shit!
905 Series 8 8 Stay humble. 59 Move the sand from one bucket to another 347 Iain Stirling 43 fuck "You may not leave the room." Fuck it, let's do that as well.
906 Series 8 8 Stay humble. 59 Move the sand from one bucket to another 347 Paul Sinha 46 fuck I'm thinking as long as I get sand into the bucket then at least some fuckwit's gonna disqualify himself. ✓
907 Series 8 8 Stay humble. 59 Make a realistic injury using food 348 Joe Thomas 44 shit Oh, shit.
908 Series 8 8 Stay humble. 59 Make a realistic injury using food 348 Joe Thomas 44 Christ Oh, Christ.
909 Series 8 8 Stay humble. 59 Recreate the scene you parade past 351 Greg Davies 2 Christ Jesus Christ! ✓

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