TdlM / taskmaster

Menu
  • Make shortlink

profanity

3 rows where speaker = 31

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: episode, roots (array)

id ▲ series episode task speaker roots quote studio
483 CoC -1 Wiley giraffe blower. 33 The most embarrassing item 195 Noel Fielding 31 fuck No, she said, "Greg's gonna fucking murder you." ✓
491 CoC -1 Wiley giraffe blower. 33 The second longest T-word 199 Noel Fielding 31 fuck This is a fucking dyslexic's nightmare. ✓
504 CoC -1 I've sinned again. 34 Make a delicious mask 203 Noel Fielding 31 fuck Yours looks like a sort of naan matador gone wrong. Fuckin' horrifying! ✓

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