TdlM / taskmaster

Menu
  • Make shortlink

profanity

8 rows where episode = 60

✎ 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
910 Series 8 8 Rock 'n' roll umlaut. 60 The best see-through item 352 Greg Davies 2 Christ I don't mind a window. I think that's your strongest effort so far. Jesus Christ! ✓
911 Series 8 8 Rock 'n' roll umlaut. 60 The best see-through item 352 Iain Stirling 43 fuck He brought in a fucking window! ✓
912 Series 8 8 Rock 'n' roll umlaut. 60 Design an iconic album cover 354 Lou Sanders 45 fuck Fucking the man! ✓
913 Series 8 8 Rock 'n' roll umlaut. 60 Recall the order of the deck of cards 355 Iain Stirling 43 damn I wanted a goddamn pen, Greg. ✓
914 Series 8 8 Rock 'n' roll umlaut. 60 Recall the order of the deck of cards 355 Iain Stirling 43 fuck Look, you fucking did! You did! ✓
915 Series 8 8 Rock 'n' roll umlaut. 60 Recall the order of the deck of cards 355 Sian Gibson 47 piss Piece of piss. ✓
916 Series 8 8 Rock 'n' roll umlaut. 60 Recall the order of the deck of cards 355 Paul Sinha 46 dick I'm an absolute dickhead at every other task. That one should be in my territory. ✓
917 Series 8 8 Rock 'n' roll umlaut. 60 Recall the order of the deck of cards 355 Lou Sanders 45 hell Flippin' hell, you didn't tell me!

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