TdlM / taskmaster

Menu
  • Make shortlink

profanity

3 rows where task = 228

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: studio, roots (array)

id ▲ series episode task speaker roots quote studio
605 Series 6 6 BMXing! 38 Remove the banknote from under the glass 228 Russell Howard 36 Christ Christ.
606 Series 6 6 BMXing! 38 Remove the banknote from under the glass 228 Tim Vine 37 hell Look, I don't know what the hell that is, but this is not me touching the pint glass.
607 Series 6 6 BMXing! 38 Remove the banknote from under the glass 228 Asim Chaudhry 34 fuck I don't know. I was just fucking winging it, wasn't I? ✓

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