TdlM / taskmaster

Menu
  • Make shortlink

profanity

4 rows where task = 732

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: roots, studio, roots (array)

id ▲ series episode task speaker roots quote studio
1831 Series 15 15 How heavy is the water? 132 Strike the most drums with a bouncy ball 732 Jenny Eclair 100 fuck There would be a way. There would be a fucking way and I haven't got it!
1832 Series 15 15 How heavy is the water? 132 Strike the most drums with a bouncy ball 732 Kiell Smith-Bynoe 101 damn There's some damn good beats. ✓
1833 Series 15 15 How heavy is the water? 132 Strike the most drums with a bouncy ball 732 Greg Davies 2 fuck I mean, honestly, Kiell, you are having a fucking nightmare on this show. ✓
1834 Series 15 15 How heavy is the water? 132 Strike the most drums with a bouncy ball 732 Frankie Boyle 98 fuck That's clearly where I've gone wrong with fishing... I should be throwing the fucking rod. ✓

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