TdlM / taskmaster

Menu
  • Make shortlink

profanity

6 rows where task = 163

✎ 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
404 Series 5 5 Residue around the hoof. 28 Make marmite 163 Nish Kumar 26 shit How much would you give me to take a shit in this right now?
405 Series 5 5 Residue around the hoof. 28 Make marmite 163 Sally Phillips 27 piss I'll just get him pissed. What about absinthe?
406 Series 5 5 Residue around the hoof. 28 Make marmite 163 Bob Mortimer 24 shit Shit!
407 Series 5 5 Residue around the hoof. 28 Make marmite 163 Mark Watson 25 shit And you know that because of the surprise in Alex's eyes that it wasn't total shit. ✓
408 Series 5 5 Residue around the hoof. 28 Make marmite 163 Bob Mortimer 24 fuck Ooh, fuck! ✓
409 Series 5 5 Residue around the hoof. 28 Make marmite 163 Greg Davies 2 fuck [Alex] told me behind your back that it tasted, and I quote, "fuck-all like Marmite". ✓

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