TdlM / taskmaster

Menu
  • Make shortlink

profanity

5 rows where task = 347

✎ 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
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. ✓

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.797ms