TdlM / taskmaster

Menu
  • Make shortlink

profanity

2 rows where task = 92

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: roots (array)

id ▲ series episode task speaker roots quote studio
257 Series 3 3 The F.I.P. 16 Create an impressive time-lapse or slow motion film 92 Greg Davies 2 shit The point is, you did a genuinely good film and I honestly thought it was gonna be horse shit, so well done. ✓
258 Series 3 3 The F.I.P. 16 Create an impressive time-lapse or slow motion film 92 Rob Beckett 16 shit Yeah, the story of that was belt some shit out of some fruit and veg. ✓

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