TdlM / taskmaster

Menu
  • Make shortlink

profanity

2 rows where task = 698

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: roots (array)

id ▲ series episode task speaker roots quote studio
1752 Series 14 14 The one that bats do. 125 Guess the length of the extendible item 698 Sarah Millican 92 wank
cock
I genuinely just thought it was funny to look like I was wanking a cock. ✓
1753 Series 14 14 The one that bats do. 125 Guess the length of the extendible item 698 Greg Davies 2 piss I'm pissed with anticipation. ✓

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