TdlM / taskmaster

Menu
  • Make shortlink

profanity

3 rows where task = 79

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: studio, roots (array)

id ▲ series episode task speaker roots quote studio
235 Series 3 3 Little polythene grief cave. 14 Make the best domino rally 79 Rob Beckett 16 hell Bloody hell. ✓
236 Series 3 3 Little polythene grief cave. 14 Make the best domino rally 79 Dave Gorman 14 piss I read "domino rally" as a rally of dominoes in the same way that I saw "sweat" as sweat rather than piss. ✓
237 Series 3 3 Little polythene grief cave. 14 Make the best domino rally 79 Al Murray 13 damn Oh, you absolute bell-end! Damn it!

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