TdlM / taskmaster

Menu
  • Make shortlink

profanity

7 rows where speaker = 13

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: episode, task, roots, studio, roots (array)

id ▲ series episode task speaker roots quote studio
219 Series 3 3 The dong and the gong. 13 Release Alex 73 Al Murray 13 dick We are a trio of dickheads.
227 Series 3 3 The dong and the gong. 13 Burst all of the balloons 75 Al Murray 13 damn
hell
Damn you to hell!
228 Series 3 3 The dong and the gong. 13 Burst all of the balloons 75 Al Murray 13 bollock Bollocks!
234 Series 3 3 Little polythene grief cave. 14 Fill an eggcup with sweat 78 Al Murray 13 damn Oh, damn it! ✓
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!
241 Series 3 3 Little polythene grief cave. 14 Anchor balloons using bread 82 Al Murray 13 fuck
hell
Oh, fucking hell. ✓
259 Series 3 3 The F.I.P. 16 The lowest unique number of doughnuts 93 Al Murray 13 damn 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 13.107ms