TdlM / taskmaster

Menu
  • Make shortlink

profanity

6 rows where task = 73

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: speaker, roots, studio, roots (array)

id ▲ series episode task speaker roots quote studio
215 Series 3 3 The dong and the gong. 13 Release Alex 73 Rob Beckett 16 bastard Why's there spunk on your phone, Alex? No wonder you've been locked up, you dirty bastard.
216 Series 3 3 The dong and the gong. 13 Release Alex 73 Rob Beckett 16 bastard 911 to get in this little bastard.
217 Series 3 3 The dong and the gong. 13 Release Alex 73 Rob Beckett 16 pussy Not a pussy, mate.
218 Series 3 3 The dong and the gong. 13 Release Alex 73 Rob Beckett 16 fuck
ass/arse
Oh, you fucking arsehole.
219 Series 3 3 The dong and the gong. 13 Release Alex 73 Al Murray 13 dick We are a trio of dickheads.
220 Series 3 3 The dong and the gong. 13 Release Alex 73 Greg Davies 2 dick Three great minds... or a trio of dickheads. ✓

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