TdlM / taskmaster

Menu
  • Make shortlink

profanity

4 rows where task = 238

✎ 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
631 Series 6 6 We met at mealtimes. 40 Knock over the ducks without leaving the carpet 238 Asim Chaudhry 34 fuck Oh, fuck. Sorry!
632 Series 6 6 We met at mealtimes. 40 Knock over the ducks without leaving the carpet 238 Russell Howard 36 piss We're gonna piss this. This is a good idea.
633 Series 6 6 We met at mealtimes. 40 Knock over the ducks without leaving the carpet 238 Russell Howard 36 fuck Ah, fuck! Oh, sorry.
634 Series 6 6 We met at mealtimes. 40 Knock over the ducks without leaving the carpet 238 Greg Davies 2 piss And it was, and I quote, "We're gonna piss this." ✓

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