TdlM / taskmaster

Menu
  • Make shortlink

profanity

4 rows where task = 810

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: roots (array)

id ▲ series episode task speaker roots quote studio
2011 Series 16 16 Fagin at the disco. 147 The bit of old crap that Greg likes the best 810 Greg Davies 2 shit You've just given me an awful insight into your upbringing, and then you brought me a plate full of shit, that's what you've done. ✓
2012 Series 16 16 Fagin at the disco. 147 The bit of old crap that Greg likes the best 810 Greg Davies 2 shit Can you beat a plateful of shit, a taped security number, a soldier? ✓
2013 Series 16 16 Fagin at the disco. 147 The bit of old crap that Greg likes the best 810 Greg Davies 2 shit I think it might have the edge over a plate full of shit. ✓
2014 Series 16 16 Fagin at the disco. 147 The bit of old crap that Greg likes the best 810 Greg Davies 2 shit It'll come as little surprise that the thing I want to take home least is a big pile of mouse shit. ✓

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