TdlM / taskmaster

Menu
  • Make shortlink

profanity

5 rows where task = 734

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: speaker, studio, roots (array)

id ▲ series episode task speaker roots quote studio
1837 Series 15 15 How heavy is the water? 132 Task bingo 734 Jenny Eclair 100 shit Oh, I'm not standing for this. I'm not standing for this shit! ✓
1838 Series 15 15 How heavy is the water? 132 Task bingo 734 Jenny Eclair 100 ass/arse It's not fair to penalise the short arse.
1839 Series 15 15 How heavy is the water? 132 Task bingo 734 Jenny Eclair 100 bugger
bugger
Bugger. Bugger! Poor show.
1840 Series 15 15 How heavy is the water? 132 Task bingo 734 Frankie Boyle 98 fuck Has fucking John got it?
1841 Series 15 15 How heavy is the water? 132 Task bingo 734 Greg Davies 2 piss I won't be pissing against the door. ✓

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